fix: heroku

Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
Raccoon 2021-06-12 19:17:28 +08:00
parent cb1f263780
commit 05cd6dd240
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38

View File

@ -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",