revert to npm i and add lerna script to paackage.json
This commit is contained in:
parent
d1cece19d9
commit
4bbe50cb57
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"test": "lerna run test",
|
||||
"bootstrap": "lerna run bootstrap"
|
||||
"bootstrap": "lerna bootstrap"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lerna": "^3.20.2",
|
||||
|
|
Loading…
Reference in a new issue