Merge pull request #87 from 67P/dev/dependency_install

Rename postinstall script
This commit was merged in pull request #87.
This commit is contained in:
2019-04-09 12:45:41 +02:00
committed by GitHub
2 changed files with 23 additions and 25 deletions

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