diff --git a/nodejs.md b/nodejs.md index 9c7fd5ac..3738f567 100644 --- a/nodejs.md +++ b/nodejs.md @@ -22,7 +22,7 @@ TypeScriptは、Node.jsを公式にサポートしています。素早くNode.j "scripts": { "start": "npm run build:live", "build": "tsc -p .", - "build:live": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts" + "build:live": "nodemon --watch 'src/**/*.ts' --exec \"ts-node\" src/index.ts" }, ```