Skip to content

Commit

Permalink
Merge pull request #82 from streamdevs/50-typescript-on-heroku
Browse files Browse the repository at this point in the history
Run compiled TypeScript in Heroku
  • Loading branch information
SantiMA10 authored Apr 17, 2020
2 parents d25002f + 3968976 commit 7779008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"compile:check": "tsc --project . --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"start": "node src/index.js",
"start": "node dist/src/index.js",
"ci:lint": "eslint --ext .js --ignore-path .gitignore .",
"ci:format": "prettier --ignore-path .gitignore -l .",
"lint": "yarn ci:lint --fix",
"format": "yarn ci:format --write",
"postinstall": "yarn run compile",
"dev": "nodemon src/index.js"
},
"dependencies": {
Expand Down

0 comments on commit 7779008

Please sign in to comment.