We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362a04b commit 0e690a3Copy full SHA for 0e690a3
circle.yml
@@ -25,11 +25,10 @@ dependencies:
25
- "docs/node_modules"
26
override:
27
- 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+
29
- cd docs && npm i
30
- gulp updateFixtures:test
- - gulp installFixtures
31
- post:
32
- - gulp build
+ - cd test/fixtures && npm i && npm run-script update-webdriver
33
34
test:
35
0 commit comments