|
@@ -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 文件未变化"
|