Skip to content

Commit 9736f46

Browse files
committed
Update start script hotfix
1 parent 1c51290 commit 9736f46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"main": "app.js",
66
"scripts": {
77
"deploy-script": "node scripts/deployment/updateImageCount.js",
8+
"dev": "nodemon app.js",
89
"pretty-all": "npx prettier --write .",
9-
"start": "nodemon app.js",
10+
"start": "node app.js",
1011
"test": "node test/checkImageSize.js"
1112
},
1213
"repository": {

0 commit comments

Comments
 (0)