From 7e60509d0c253e458909da702e60bb0a0d1383b7 Mon Sep 17 00:00:00 2001 From: Jenkin Lee Date: Wed, 20 Jan 2021 00:20:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20build=E5=AE=8C=E6=88=90=E5=90=8E?= =?UTF-8?q?=E7=BB=88=E7=AB=AF=E5=8F=AF=E8=83=BD=E5=AD=98=E5=9C=A8=E9=80=80?= =?UTF-8?q?=E5=87=BA=E5=8D=A1=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 8cacf9b..b28b86c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -29,6 +29,8 @@ function builderWebpack4(cmd: string) { colors: true, children: false })); + + process.exit(0); }); } }