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 1804b05 commit 6dfbdd2Copy full SHA for 6dfbdd2
.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
41
travis/install-assets.sh
42
npm set progress=false
43
which gulp || sudo npm install -g gulp-cli
44
- - run: npm install # TODO: switch to node/install-packages after adding package_lock.json
+ - node/install-packages
45
- run: gulp jshint
46
- run: gulp minify
47
- run: gulp test
0 commit comments