Skip to content

Commit e8cc2d5

Browse files
committed
全部改为cli启动
1 parent 6c17e60 commit e8cc2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"dev-cli": "webpack-dev-server --progress --config build/webpack.dev.config.js",
7+
"dev": "webpack-dev-server --progress --config build/webpack.dev.config.js",
88
"build": "webpack --progress --config build/webpack.prod.config.js",
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},

0 commit comments

Comments
 (0)