Skip to content

Commit 85abb35

Browse files
committed
Add Greenkeeper commands to circleci config
1 parent b9891a9 commit 85abb35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,13 @@ jobs:
3333
- node_modules
3434
key: v1-dependencies-{{ checksum "package.json" }}
3535

36+
- run: ./node_modules/.bin/greenkeeper-lockfile-update
37+
- run: yarn build
38+
3639
# run tests!
3740
- run: yarn test
3841

3942
# send code coverage info to coveralls
4043
- run: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
44+
45+
- run: ./node_modules/.bin/greenkeeper-lockfile-upload

0 commit comments

Comments
 (0)