From b8f33f4d5931e5ad9b45a6991702632ab5217d9a Mon Sep 17 00:00:00 2001 From: richardo2016x Date: Thu, 28 Nov 2024 13:51:21 +0800 Subject: [PATCH] build: simplify. --- apps/mobile/scripts/postinstall.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/mobile/scripts/postinstall.sh b/apps/mobile/scripts/postinstall.sh index 2772235c2..860bb133f 100755 --- a/apps/mobile/scripts/postinstall.sh +++ b/apps/mobile/scripts/postinstall.sh @@ -17,13 +17,11 @@ echo "1. Build Inpage Bridge..." cd $repo_dir/packages/rn-webview-bridge ./scripts/build-inpage-bridge.sh -echo "2. Copy Assets..." +echo "2. Link & Copy Assets..." cd $repo_dir/apps/mobile; -cleanup_fonts_assets; +yarn link-assets cd $repo_dir/apps/mobile; echo "3. Patch npm packages" yarn apply-patch -echo "4. Link Assets" -yarn link-assets