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

This commit is contained in:
sorrelbri 2020-02-06 11:01:21 -08:00
parent d1cece19d9
commit 4bbe50cb57

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"test": "lerna run test", "test": "lerna run test",
"bootstrap": "lerna run bootstrap" "bootstrap": "lerna bootstrap"
}, },
"devDependencies": { "devDependencies": {
"lerna": "^3.20.2", "lerna": "^3.20.2",