revert to npm i and add lerna script to paackage.json
This commit is contained in:
parent
4bbe50cb57
commit
ebf33c7337
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,8 @@ 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: npm install
|
# - run: npm install
|
||||||
|
- run: npm run bootstrap
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
@ -46,5 +47,4 @@ jobs:
|
||||||
v1-dependencies-{{ checksum "package-lock.json" }}
|
v1-dependencies-{{ checksum "package-lock.json" }}
|
||||||
|
|
||||||
# run tests!
|
# run tests!
|
||||||
- run: npm run bootstrap
|
|
||||||
- run: npm test
|
- run: npm test
|
Loading…
Reference in a new issue