Skip to content

Commit 6befc9c

Browse files
committed
Rename command « build:env » to « build:dev »
1 parent 4a730f7 commit 6befc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "{{ author }}",
66
"scripts": {
77
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress --hide-modules",
8-
"build:env": "cross-env NODE_ENV=development webpack --config webpack.config.js --progress --hide-modules",
8+
"build:dev": "cross-env NODE_ENV=development webpack --config webpack.config.js --progress --hide-modules",
99
"build-zip": "node scripts/build-zip.js",
1010
"watch": "npm run build -- --watch"
1111
},

0 commit comments

Comments
 (0)