Skip to content

Commit a8c0520

Browse files
committed
chore: dev 调整
1 parent e97fb1e commit a8c0520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"serve": "node sub-store.min.js",
1010
"start": "nodemon -w src -w package.json --exec babel-node src/main.js",
1111
"dev:esbuild": "nodemon -w src -w package.json dev-esbuild.js",
12-
"dev:run": "nodemon -w sub-store.json -w sub-store.min.js sub-store.min.js",
12+
"dev:run": "nodemon -w sub-store.min.js sub-store.min.js",
1313
"build": "gulp",
1414
"bundle": "node bundle.js"
1515
},

0 commit comments

Comments
 (0)