We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc2bcd commit 016e3dbCopy full SHA for 016e3db
src/content/3/en/part3d.md
@@ -337,6 +337,7 @@ It is recommended to create a separate _npm script_ for linting:
337
// ...
338
"scripts": {
339
"start": "node index.js",
340
+ "dev": "node --watch index.js",
341
342
"lint": "eslint ." // highlight-line
343
},
src/content/3/fi/osa3d.md
@@ -325,7 +325,7 @@ Kannattaa ehkä tehdä linttaustakin varten _npm-skripti_:
325
326
327
328
- "dev": "nodemon index.js",
329
330
331
0 commit comments