revert to npm i and add lerna script to paackage.json
This commit is contained in:
parent
b766cdb59a
commit
d1cece19d9
2 changed files with 3 additions and 1 deletions
|
@ -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
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue