Resurrect `postinstall` at package.json for heroku one-click deployment.

Signed-off-by: t.goto <tomoyan777@gmail.com>
This commit is contained in:
t.goto 2019-08-13 15:26:28 +09:00
parent 808ad29ab2
commit f34d9b666f
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
"coverage": "nyc mocha --require intelli-espower-loader --exit --recursive ./test",
"coverage:ci": "nyc mocha --no-color -R dot --require intelli-espower-loader --exit --recursive ./test",
"test": "npm run-script lint && npm run-script jsonlint && npm run-script coverage",
"test:ci": "npm run-script lint && npm run-script jsonlint && npm run-script coverage:ci"
"test:ci": "npm run-script lint && npm run-script jsonlint && npm run-script coverage:ci",
"postinstall": "bin/heroku"
},
"dependencies": {
"@hackmd/codemirror": "~5.46.2",