排除grid进行打包
This commit is contained in:
@@ -178,7 +178,7 @@ const generateMain = project => {
|
|||||||
const start = () => {
|
const start = () => {
|
||||||
//询问打包哪个项目
|
//询问打包哪个项目
|
||||||
init().then(choices => {
|
init().then(choices => {
|
||||||
return Promise.all(choices.map(prj => generateMain(prj))).then(() => {
|
return Promise.all(choices.filter(e => e != 'grid').map(prj => generateMain(prj))).then(() => {
|
||||||
chalkTag.done('完成生成打包文件')
|
chalkTag.done('完成生成打包文件')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user