소스 검색

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 ""