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

This commit is contained in:
sorrelbri 2020-02-06 10:59:52 -08:00
parent b766cdb59a
commit d1cece19d9
2 changed files with 3 additions and 1 deletions

View file

@ -46,4 +46,5 @@ 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

View file

@ -2,7 +2,8 @@
"name": "root", "name": "root",
"private": true, "private": true,
"scripts": { "scripts": {
"test": "lerna run test" "test": "lerna run test",
"bootstrap": "lerna run bootstrap"
}, },
"devDependencies": { "devDependencies": {
"lerna": "^3.20.2", "lerna": "^3.20.2",