From b4435fc941168e4ecccee3a9378bf443dae42093 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Fri, 2 Sep 2022 16:59:42 +0800 Subject: [PATCH] demo-deploy.sh --- wms8-demo/01yvan-ext.sh | 6 +++--- wms8-demo/02yvan-ext-mobile.sh | 6 +++--- wms8-demo/demo-deploy.sh | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wms8-demo/01yvan-ext.sh b/wms8-demo/01yvan-ext.sh index 1d9eec6..b71b9f5 100644 --- a/wms8-demo/01yvan-ext.sh +++ b/wms8-demo/01yvan-ext.sh @@ -66,11 +66,11 @@ buildCode() { echo -e "$echoPrefix cd $codePath $echoSuffix" cd "$codePath" echo -e "$echoPrefix yarn $echoSuffix" - yarn + /home/dev/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn echo -e "$echoPrefix yarn link $echoSuffix" - yarn link + /home/dev/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn link echo -e "$echoPrefix yarn build $echoSuffix" - yarn build + /home/dev/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn build echo "" else echo "yvan-ext 文件未变化" diff --git a/wms8-demo/02yvan-ext-mobile.sh b/wms8-demo/02yvan-ext-mobile.sh index f46f5d9..43c4ca4 100644 --- a/wms8-demo/02yvan-ext-mobile.sh +++ b/wms8-demo/02yvan-ext-mobile.sh @@ -66,11 +66,11 @@ buildCode() { echo -e "$echoPrefix cd $codePath $echoSuffix" cd "$codePath" echo -e "$echoPrefix yarn $echoSuffix" - yarn + /home/dev/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn echo -e "$echoPrefix yarn link $echoSuffix" - yarn link + /home/dev/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn link echo -e "$echoPrefix yarn build $echoSuffix" - yarn build + /home/dev/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn build echo "" else echo "yvan-ext-mobile 文件未变化" diff --git a/wms8-demo/demo-deploy.sh b/wms8-demo/demo-deploy.sh index 773b9c6..08a42ec 100644 --- a/wms8-demo/demo-deploy.sh +++ b/wms8-demo/demo-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" - yarn + /home/dev/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn echo -e "$echoPrefix yarn link yvan-ext $echoSuffix" - yarn link yvan-ext + /home/dev/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn link yvan-ext echo -e "$echoPrefix yarn build $echoSuffix" - yarn build + /home/dev/node-v12.20.0-linux-x64/bin/node_modules/.bin/yarn build echo "" else echo "wms-biz/bundle 文件未变化"