Skip to content

Commit

Permalink
Fix Heroku build
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Dec 27, 2020
1 parent 498bb0d commit ff483a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "out/index.js",
"scripts": {
"start": "node out/index.js",
"postinstall": "tsc",
"build": "tsc",
"watch:ts": "tsc --watch",
"watch:node": "nodemon out/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit ff483a4

Please sign in to comment.