mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-24 12:35:32 +00:00
build: remove package-lock.json
This commit is contained in:
parent
397000087c
commit
3495f93468
2 changed files with 2 additions and 8160 deletions
|
|
@ -27,7 +27,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
|
||||||
- v1-dependencies-
|
- v1-dependencies-
|
||||||
|
|
||||||
- run: npm install
|
- run: yarn
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -35,5 +35,5 @@ jobs:
|
||||||
key: v1-dependencies-{{ checksum "package.json" }}
|
key: v1-dependencies-{{ checksum "package.json" }}
|
||||||
|
|
||||||
# run tests!
|
# run tests!
|
||||||
- run: npm test
|
- run: yarn test
|
||||||
|
|
||||||
|
|
|
||||||
8158
package-lock.json
generated
8158
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue