Skip to content

Commit 5c40cac

Browse files
authored
Merge pull request basarat#601 from fagai/patch-1
fixed documentation scripts
2 parents bed5622 + 3ddf16b commit 5c40cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Now just add a `script` target to your `package.json` based on your application
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)