Skip to content

Commit 41fab6a

Browse files
committed
Fix error in ts-node command
1 parent 0076da0 commit 41fab6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TypeScriptは、Node.jsを公式にサポートしています。素早くNode.j
2222
"scripts": {
2323
"start": "npm run build:live",
2424
"build": "tsc -p .",
25-
"build:live": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts"
25+
"build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/index.ts"
2626
},
2727
```
2828

0 commit comments

Comments
 (0)