Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 19d6544

Browse files
author
patryk-nather-dragon
authored
Update package.json
On windows I had a following error: 'ts-node' is not recognized as an internal or external command, operable program or batch file I fixed it with proposed change
1 parent 4aedbbc commit 19d6544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "npm run build && node lib/index.js",
88
"local": "npm run build:live",
99
"build": "tsc -p .",
10-
"build:live": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts"
10+
"build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/index.ts"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)