Skip to content

Commit 8f9cfee

Browse files
committed
remove postintall script
Signed-off-by: BoHong Li <[email protected]>
1 parent 4c44c72 commit 8f9cfee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
2020
"doctoc": "doctoc --title='# Table of Contents' README.md",
2121
"eslint": "eslint lib public test app.js",
22-
"postinstall": "bin/heroku",
2322
"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",
2423
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
2524
"start": "sequelize db:migrate && node app.js",

0 commit comments

Comments
 (0)