mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[improvement] remove unnecessary argument in build script (#3750)
This commit is contained in:
parent
75525ae410
commit
d06c4b09b0
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user