restore circleci config with create_concatenated_package_lock command

This commit is contained in:
sorrelbri 2020-02-05 17:25:14 -08:00
parent 0c93989644
commit d1f09a5494

View file

@ -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