From 79352a80fc36ba0bb380a5ac196dc7079c3088f8 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Fri, 19 Aug 2022 09:42:27 +0800 Subject: [PATCH] build.sh --- dsl/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsl/build.sh b/dsl/build.sh index 59a3808..df51b8f 100644 --- a/dsl/build.sh +++ b/dsl/build.sh @@ -85,6 +85,8 @@ buildCode() { if [ "${needBuild[1]}" != "0" ]; then echo -e "$echoPrefix cd $codePath/yvan-ext $echoSuffix" cd "$codePath/yvan-ext" + echo -e "$echoPrefix git reset --hard 22f18ac82221b4c6889696d500bfeb2981a2f3e1 $echoSuffix" + git reset --hard 22f18ac82221b4c6889696d500bfeb2981a2f3e1 echo -e "$echoPrefix yarn $echoSuffix" yarn echo -e "$echoPrefix yarn link $echoSuffix"