We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e3bb0 commit 2bcdfbaCopy full SHA for 2bcdfba
package.json
@@ -27,7 +27,7 @@
27
"coverage:ci": "nyc mocha --no-color -R dot --require intelli-espower-loader --exit --recursive ./test",
28
"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",
30
- "heroku-postbuild": "npm run build && ./bin/heroku"
+ "heroku-postbuild": "tsc && npm run build && ./bin/heroku"
31
},
32
"dependencies": {
33
"@aws-sdk/client-s3-node": "0.1.0-preview.2",
0 commit comments