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 b9891a9 commit 85abb35Copy full SHA for 85abb35
.circleci/config.yml
@@ -33,8 +33,13 @@ jobs:
33
- node_modules
34
key: v1-dependencies-{{ checksum "package.json" }}
35
36
+ - run: ./node_modules/.bin/greenkeeper-lockfile-update
37
+ - run: yarn build
38
+
39
# run tests!
40
- run: yarn test
41
42
# send code coverage info to coveralls
43
- run: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
44
45
+ - run: ./node_modules/.bin/greenkeeper-lockfile-upload
0 commit comments