mirror of
https://github.com/status-im/codimd.git
synced 2025-02-20 04:48:09 +00:00
Resurrect postinstall
at package.json for heroku one-click deployment.
Signed-off-by: t.goto <tomoyan777@gmail.com>
This commit is contained in:
parent
808ad29ab2
commit
f34d9b666f
@ -26,7 +26,8 @@
|
|||||||
"coverage": "nyc mocha --require intelli-espower-loader --exit --recursive ./test",
|
"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",
|
"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": "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": {
|
"dependencies": {
|
||||||
"@hackmd/codemirror": "~5.46.2",
|
"@hackmd/codemirror": "~5.46.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user