revert to npm i and add lerna script to paackage.json

This commit is contained in:
sorrelbri 2020-02-06 10:55:16 -08:00
parent 89eab6b4d8
commit 0dc9458b93
2 changed files with 5 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- run: lerna bootstrap
- run: npm install
- save_cache:
paths:
@ -46,4 +46,4 @@ jobs:
v1-dependencies-{{ checksum "package-lock.json" }}
# run tests!
- run: lerna run test
- run: npm run lerna run test

View file

@ -1,6 +1,9 @@
{
"name": "root",
"private": true,
"scripts": {
"lerna": "lerna"
},
"devDependencies": {
"lerna": "^3.20.2",
"chai": "^4.2.0",