From 71d56d1e27f902984300c2efd5a3e8a9bf9c60fb Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Tue, 22 Oct 2024 15:36:58 +0800 Subject: [PATCH] ... --- dsl/001sync_code.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsl/001sync_code.sh b/dsl/001sync_code.sh index 5bd2f43..37193c8 100644 --- a/dsl/001sync_code.sh +++ b/dsl/001sync_code.sh @@ -81,6 +81,8 @@ source_build() { # 构建 yvan-ui echo -e "$echoPrefix cd $source_path/yvan-ui $echoSuffix" cd $source_path/yvan-ui + echo -e "$echoPrefix yarn install $echoSuffix" + yarn install echo -e "$echoPrefix yarn run build_only $echoSuffix" yarn run build_only }