Skip to content

Commit b6ac6c5

Browse files
authored
fix(nodemon): use npx with ts-node (#2423)
1 parent 092919a commit b6ac6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nodemon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"exec": "ts-node --files ./src/index",
2+
"exec": "npx ts-node --files ./src/index",
33
"ext": "ts",
44
"watch": [
55
"src/",

0 commit comments

Comments
 (0)