mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
npm install in bootstrap script
This commit is contained in:
parent
3ad8f7ecae
commit
b0a8b70811
@ -8,7 +8,7 @@
|
||||
"url": "https://github.com/getinsomnia/insomnia"
|
||||
},
|
||||
"scripts": {
|
||||
"bootstrap": "lerna bootstrap && lerna run bootstrap",
|
||||
"bootstrap": "npm install && lerna bootstrap && lerna run bootstrap",
|
||||
"publish": "lerna publish",
|
||||
"clean": "lerna clean",
|
||||
"test": "lerna run test --stream",
|
||||
@ -20,6 +20,5 @@
|
||||
"electron-rebuild": "^1.6.0",
|
||||
"jest": "^21.2.1",
|
||||
"lerna": "^2.5.1"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user