lizw 1 rok temu
rodzic
commit
73737628a0
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      dsl/build.sh

+ 2 - 2
dsl/build.sh

@@ -85,8 +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 git reset --hard 22f18ac82221b4c6889696d500bfeb2981a2f3e1 $echoSuffix"
+    # git reset --hard 22f18ac82221b4c6889696d500bfeb2981a2f3e1
     echo -e "$echoPrefix yarn $echoSuffix"
     yarn
     echo -e "$echoPrefix yarn link $echoSuffix"