From 482086cf7b613a8c9c32fa5cdd8f2ed6bf2b0fdb Mon Sep 17 00:00:00 2001 From: cheney Date: Sat, 2 Apr 2022 17:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public.script/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public.script/index.js b/public.script/index.js index e63f2a1..c7d44b8 100644 --- a/public.script/index.js +++ b/public.script/index.js @@ -241,7 +241,7 @@ async function main() { }).then(function () { l.i("打包完成!") - sync('start .\\public') + sync('cd .\\public && start .') }).catch(function (reason) {