Skip to content

Commit 8988144

Browse files
committed
Use npm + package-lock.json
1 parent 908ad42 commit 8988144

File tree

2 files changed

+1384
-219
lines changed

2 files changed

+1384
-219
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
# fallback to using the latest cache if no exact match is found
2222
- v1-dependencies-
2323

24-
- run: yarn install
24+
- run: npm install
2525

2626
- save_cache:
2727
paths:
2828
- node_modules
2929
key: v1-dependencies-{{ checksum "package.json" }}
3030

3131
# run tests!
32-
- run: yarn test
32+
- run: npm test

0 commit comments

Comments
 (0)