Skip to content

Commit

Permalink
Heroku fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Berin committed Sep 8, 2020
1 parent 8235729 commit 2d72626
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 @@ -4,7 +4,7 @@
"private": true,
"main": "dist/main.js",
"scripts": {
"start": "tsc-watch --onSuccess 'node -r source-map-support/register .'",
"start": "npx tsc-watch --onSuccess 'node -r source-map-support/register .'",
"test": "jest",
"lint": "eslint --cache '{src,__tests__}/**/*.ts'"
},
Expand Down

0 comments on commit 2d72626

Please sign in to comment.