mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Revert postinstall
This commit is contained in:
parent
85532e858a
commit
12117d3d26
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user