浏览代码

wms8-pgsql

yvan 2 年之前
父节点
当前提交
b2361c2708
共有 1 个文件被更改,包括 3 次插入3 次删除
  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 文件未变化"