浏览代码

wms8 build.sh

lizw 3 年之前
父节点
当前提交
826ecfd5c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wms8/build.sh

+ 1 - 1
wms8/build.sh

@@ -136,7 +136,7 @@ buildCode() {
     echo -e "$echoPrefix yarn $echoSuffix"
     yarn
     echo -e "$echoPrefix yarn link yvan-ext-mobile $echoSuffix"
-    yarn link yvan-ext
+    yarn link yvan-ext-mobile
     echo -e "$echoPrefix yarn build $echoSuffix"
     yarn build
     echo ""