try with npm
This commit is contained in:
parent
ac9c9fb37e
commit
51b119df8c
@ -26,7 +26,7 @@ jobs:
|
|||||||
# fallback to using the latest cache if no exact match is found
|
# fallback to using the latest cache if no exact match is found
|
||||||
- v2-dependencies-
|
- v2-dependencies-
|
||||||
|
|
||||||
- run: yarn install
|
- run: npm install
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
@ -34,4 +34,4 @@ jobs:
|
|||||||
key: v2-dependencies-{{ checksum "package.json" }}
|
key: v2-dependencies-{{ checksum "package.json" }}
|
||||||
|
|
||||||
# run tests!
|
# run tests!
|
||||||
- run: yarn test
|
- run: npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user