Ver código fonte

wms8 build.sh

lizw 3 anos atrás
pai
commit
826ecfd5c9
1 arquivos alterados com 1 adições e 1 exclusões
  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 ""