Browse Source

wms8-pgsql

yvan 2 năm trước cách đây
mục cha
commit
b2361c2708
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      wms8-pgsql/pgsql-deploy.sh

+ 3 - 3
wms8-pgsql/pgsql-deploy.sh

@@ -75,11 +75,11 @@ buildCode() {
     echo -e "$echoPrefix cd $codePath/wms-biz/bundle $echoSuffix"
     cd "$codePath/wms-biz/bundle"
     echo -e "$echoPrefix yarn $echoSuffix"
-    /home/www/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn
+    /usr/bin/yarn
     echo -e "$echoPrefix yarn link yvan-ext $echoSuffix"
-    /home/www/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn link yvan-ext
+    /usr/bin/yarn link yvan-ext
     echo -e "$echoPrefix yarn build $echoSuffix"
-    /home/www/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn build
+    /usr/bin/yarn build
     echo ""
   else
     echo "wms-biz/bundle 文件未变化"