Skip to content

Commit 0e690a3

Browse files
committed
ci(circle): refactor dep installs
1 parent 362a04b commit 0e690a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ dependencies:
2525
- "docs/node_modules"
2626
override:
2727
- npm i
28+
# - gulp build # npm 5 won't run `prepublish` on `npm i`, we will need to re-enable this once we go to a Node version using npm 5+
2829
- cd docs && npm i
2930
- gulp updateFixtures:test
30-
- gulp installFixtures
31-
post:
32-
- gulp build
31+
- cd test/fixtures && npm i && npm run-script update-webdriver
3332

3433
test:
3534
override:

0 commit comments

Comments
 (0)