Explorar el Código

wms8 build.sh

lizw hace 3 años
padre
commit
826ecfd5c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ""