Skip to content

Commit f34d9b6

Browse files
committed
Resurrect postinstall at package.json for heroku one-click deployment.
Signed-off-by: t.goto <tomoyan777@gmail.com>
1 parent 808ad29 commit f34d9b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"coverage": "nyc mocha --require intelli-espower-loader --exit --recursive ./test",
2727
"coverage:ci": "nyc mocha --no-color -R dot --require intelli-espower-loader --exit --recursive ./test",
2828
"test": "npm run-script lint && npm run-script jsonlint && npm run-script coverage",
29-
"test:ci": "npm run-script lint && npm run-script jsonlint && npm run-script coverage:ci"
29+
"test:ci": "npm run-script lint && npm run-script jsonlint && npm run-script coverage:ci",
30+
"postinstall": "bin/heroku"
3031
},
3132
"dependencies": {
3233
"@hackmd/codemirror": "~5.46.2",

0 commit comments

Comments
 (0)