Browse Source

dashenlin-naning-prd_build.sh

master
lizw 3 years ago
parent
commit
c472cdfb8c
  1. 2
      dsl/dashenlin-naning-prd_build.sh

2
dsl/dashenlin-naning-prd_build.sh

@ -81,8 +81,6 @@ buildCode() {
if [ "${needBuild[1]}" != "0" ]; then if [ "${needBuild[1]}" != "0" ]; then
echo -e "$echoPrefix cd $codePath/yvan-ext $echoSuffix" echo -e "$echoPrefix cd $codePath/yvan-ext $echoSuffix"
cd "$codePath/yvan-ext" cd "$codePath/yvan-ext"
echo -e "$echoPrefix git reset --hard 22f18ac82221b4c6889696d500bfeb2981a2f3e1 $echoSuffix"
git reset --hard 22f18ac82221b4c6889696d500bfeb2981a2f3e1
echo -e "$echoPrefix yarn $echoSuffix" echo -e "$echoPrefix yarn $echoSuffix"
yarn yarn
echo -e "$echoPrefix yarn link $echoSuffix" echo -e "$echoPrefix yarn link $echoSuffix"

Loading…
Cancel
Save