diff --git a/package.json b/package.json index 1372b42e3..275fb20c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "scripts": { - "bootstrap": "npm i && npm run bootstrap-no-i", + "bootstrap": "npm i", "//": "TODO: Drop `kill-singletons`... eventually", "bootstrap-no-i": "npm run kill-singletons && asini bootstrap", "kill-singletons": "asini exec -- rm -rf node_modules/react", @@ -9,7 +9,8 @@ "clean": "rimraf asini-debug.log && asini run clean", "nuke": "asini clean && rm -r node_modules", "changelog": "asini-changelog", - "debug": "cat asini-debug.log && for d in packages/*/npm-debug.log*; do echo $d; cat $d; done" + "debug": "cat asini-debug.log && for d in packages/*/npm-debug.log*; do echo $d; cat $d; done", + "postinstall": "npm run bootstrap-no-i" }, "devDependencies": { "babel-eslint": "^7.0.0",