Revert postinstall

This commit is contained in:
Gregory Schier 2018-07-18 19:15:14 -04:00
parent 85532e858a
commit 12117d3d26
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"url": "https://github.com/getinsomnia/insomnia"
},
"scripts": {
"bootstrap": "npm install && lerna bootstrap",
"bootstrap": "npm install && lerna bootstrap && lerna run bootstrap",
"publish": "lerna publish",
"clean": "lerna clean --yes",
"test": "lerna run test --stream",

View File

@ -29,7 +29,8 @@
"start": "concurrently --kill-others \"npm run start:dev-server\" \"npm run start:electron\"",
"build": "node ./scripts/build.js",
"package": "node ./scripts/package.js",
"postinstall": "rimraf node_modules/.bin/npm && electron-rebuild -f -w insomnia-libcurl"
"bootstrap": "electron-rebuild -f -w insomnia-libcurl",
"postinstall": "rimraf node_modules/.bin/npm"
},
"dev": {
"dev-server-port": 3333