From c0260c30b2c5204ac44f81c71b09ca6f7c10b57e Mon Sep 17 00:00:00 2001 From: Alexander Kacheryants Date: Sun, 7 Apr 2024 06:54:49 +0300 Subject: [PATCH] fix codemagic --- codemagic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemagic.yaml b/codemagic.yaml index 2b0c04b..2f6342b 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -22,7 +22,7 @@ workflows: echo "sdk.dir=$ANDROID_SDK_ROOT" > "$CM_BUILD_DIR/android/local.properties" - name: Update dependencies and copy web assets to native project script: | - npx cap sync --prod + npx cap sync - name: Build Android release script: | cd android