mirror of
https://github.com/status-im/codimd.git
synced 2025-01-26 03:29:12 +00:00
fix: heroku
Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
parent
cb1f263780
commit
05cd6dd240
@ -27,7 +27,7 @@
|
||||
"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",
|
||||
"heroku-postbuild": "npm run build && ./bin/heroku"
|
||||
"heroku-postbuild": "tsc && npm run build && ./bin/heroku"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3-node": "0.1.0-preview.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user