Skip to content

Commit

Permalink
fix(nodemon): use npx with ts-node (#2423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon authored Apr 24, 2021
1 parent 092919a commit b6ac6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"exec": "ts-node --files ./src/index",
"exec": "npx ts-node --files ./src/index",
"ext": "ts",
"watch": [
"src/",
Expand Down

0 comments on commit b6ac6c5

Please sign in to comment.