Rename postinstall script

Prevents it being run when contracts are installed as dependency.
This commit is contained in:
Basti 2019-04-09 09:48:00 +02:00
parent 9ca0580db6
commit 8cbef8458d
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

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",