Skip to content

Commit b8a4341

Browse files
authored
Merge pull request #49 from ryanhefner/greenkeeper/rollup-1.6.0
Greenkeeper/rollup 1.6.0
2 parents 8fe3f56 + 8a4bd9f commit b8a4341

File tree

4 files changed

+8675
-4616
lines changed

4 files changed

+8675
-4616
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
# fallback to using the latest cache if no exact match is found
2727
- v1-dependencies-
2828

29-
- run: yarn install
29+
- run: npm i
3030

3131
- save_cache:
3232
paths:
3333
- node_modules
3434
key: v1-dependencies-{{ checksum "package.json" }}
3535

3636
- run: ./node_modules/.bin/greenkeeper-lockfile-update
37-
- run: yarn build
37+
- run: npm run build
3838

3939
# run tests!
40-
- run: yarn test
40+
- run: npm run test
4141

4242
# send code coverage info to coveralls
4343
- run: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)