From 8f9cfeec7726229f74e795c058cb914086ed9ebc Mon Sep 17 00:00:00 2001 From: BoHong Li Date: Fri, 19 Apr 2019 16:16:59 +0800 Subject: [PATCH] remove postintall script Signed-off-by: BoHong Li --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9441dae0..e57b9bd4 100644 --- a/package.json +++ b/package.json @@ -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",