remove postintall script

Signed-off-by: BoHong Li <a60814billy@gmail.com>
This commit is contained in:
BoHong Li 2019-04-19 16:16:59 +08:00
parent 4c44c7260f
commit 8f9cfeec77
No known key found for this signature in database
GPG Key ID: 9696D5590D58290F
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
"doctoc": "doctoc --title='# Table of Contents' README.md",
"eslint": "eslint lib public test app.js",
"postinstall": "bin/heroku",
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
"start": "sequelize db:migrate && node app.js",