Commit 1171936
authored
fix: broken script in example package.json (#7833)
Fix example package.json script
The script for run is supposed to eventually run `node app.js --watch` by running `node --run start` with the `--watch` parameter - but the name of the script was missing resulting in a syntax error.
Signed-off-by: Dor Kleiman <configurator@gmail.com>1 parent 2054bcc commit 1171936
File tree
1 file changed
+1
-1
lines changed- apps/site/pages/en/learn/command-line
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments