restore circleci config with create_concatenated_package_lock command
This commit is contained in:
parent
0c93989644
commit
d1f09a5494
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,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
|
||||||
|
|
||||||
|
|
||||||
- run: yarn install
|
- run: npm install
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
@ -46,4 +46,4 @@ jobs:
|
||||||
v1-dependencies-{{ checksum "package-lock.json" }}
|
v1-dependencies-{{ checksum "package-lock.json" }}
|
||||||
|
|
||||||
# run tests!
|
# run tests!
|
||||||
- run: yarn test
|
- run: npm test
|
Loading…
Reference in a new issue