Skip to content

Commit 1cdfbad

Browse files
committed
Run bin/heroku in heroku-postbuild phase
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
1 parent 497abc8 commit 1cdfbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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",
2929
"test:ci": "npm run-script lint && npm run-script jsonlint && npm run-script coverage:ci",
30-
"postinstall": "bin/heroku"
30+
"heroku-postbuild": "npm run build && ./bin/heroku"
3131
},
3232
"dependencies": {
3333
"@aws-sdk/client-s3-node": "0.1.0-preview.2",

0 commit comments

Comments
 (0)