Skip to content

Commit 84aa2ec

Browse files
committed
chore: adding serve entry in package.json
1 parent e126002 commit 84aa2ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"bumpPatchVersion": "npm --no-git-tag-version version patch",
3838
"bumpPatchVersionWithGitTag": "npm version patch",
3939
"release": "npm run bumpPatchVersionWithGitTag",
40-
"serve:dev": "nodemon src/index.js"
40+
"serve:dev": "nodemon src/index.js",
41+
"serve": "node src/index.js"
4142
},
4243
"files": [
4344
"src"

0 commit comments

Comments
 (0)