Skip to content

Commit 09b9a39

Browse files
authored
Update config.yml
1 parent 315efb0 commit 09b9a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ 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 install
3030

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

3636
# run tests!
37-
- run: yarn test
37+
- run: npm run test

0 commit comments

Comments
 (0)