浏览代码

dashenlin-naning-prd_build.sh

lizw 2 年之前
父节点
当前提交
5d4476af4b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dsl/dashenlin-naning-prd_build.sh

+ 2 - 0
dsl/dashenlin-naning-prd_build.sh

@@ -81,6 +81,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"