Skip to content

Commit bbc5252

Browse files
author
Shawn Wang
committed
update package.json
1 parent 57b1f45 commit bbc5252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"scripts": {
55
"serve": "cross-env port=9003 build/bin/dev-server",
6-
"build:dll": "webpack -p --progress --config build/webpack.dll.config.js",
6+
"build-dll": "webpack -p --progress --config build/webpack.dll.config.js",
77
"build-dev": "cross-env NODE_ENV=development npm run build",
88
"build-prod": "cross-env NODE_ENV=production npm run build",
99
"build-analyze": "cross-env NODE_ENV=production IS_ANALYZE=true npm run build",

0 commit comments

Comments
 (0)