Rename postinstall script

Prevents it being run when contracts are installed as dependency.
This commit is contained in:
2019-04-09 09:48:00 +02:00
parent 9ca0580db6
commit 8cbef8458d

View File

@@ -7,7 +7,7 @@
"test": "test"
},
"scripts": {
"postinstall": "./scripts/every-app.sh \"npm install\"",
"install-all": "./scripts/every-app.sh \"npm install\"",
"build-json": "npm run compile-contracts && node ./scripts/build-json.js",
"repl": "truffle exec scripts/repl.js",
"seeds": "truffle exec scripts/seeds.js",