We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e126002 commit 84aa2ecCopy full SHA for 84aa2ec
1 file changed
package.json
@@ -37,7 +37,8 @@
37
"bumpPatchVersion": "npm --no-git-tag-version version patch",
38
"bumpPatchVersionWithGitTag": "npm version patch",
39
"release": "npm run bumpPatchVersionWithGitTag",
40
- "serve:dev": "nodemon src/index.js"
+ "serve:dev": "nodemon src/index.js",
41
+ "serve": "node src/index.js"
42
},
43
"files": [
44
"src"
0 commit comments