[improvement] remove unnecessary argument in build script (#3750)

This commit is contained in:
yong 2019-07-04 16:02:13 +08:00 committed by neverland
parent 75525ae410
commit d06c4b09b0

View File

@ -9,7 +9,7 @@ const tasks = [
'npm run bootstrap', 'npm run bootstrap',
'npm run lint', 'npm run lint',
'npm run build:entry', 'npm run build:entry',
'node build/build-components.js --color', 'node build/build-components.js',
'node build/build-style.js', 'node build/build-style.js',
'node build/build-style-entry.js', 'node build/build-style-entry.js',
'cross-env NODE_ENV=production webpack --color --config build/webpack.build.js', 'cross-env NODE_ENV=production webpack --color --config build/webpack.build.js',