Skip to content

Commit 4972fd8

Browse files
committed
install deps in root folder
1 parent a5b6881 commit 4972fd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ workflows:
7272
name: example-before-each-visit
7373
requires:
7474
- cypress/install
75+
# install dependencies in the root folder
76+
post-install:
77+
- run: npm ci
7578
# there are no jobs to follow this one
7679
# so no need to save the workspace files (saves time)
7780
no-workspace: true

0 commit comments

Comments
 (0)