From ab5eeb4d218bbd0ef2905a09be8fd0f087b254ae Mon Sep 17 00:00:00 2001 From: Alexander Kacheryants Date: Sun, 7 Apr 2024 07:00:00 +0300 Subject: [PATCH] fix codemagic --- codemagic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/codemagic.yaml b/codemagic.yaml index 2f6342b..ef4d5d9 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -17,6 +17,7 @@ workflows: - name: Install npm dependencies for Ionic Capacitor project script: | npm install + npm run build - name: Set up local.properties script: | echo "sdk.dir=$ANDROID_SDK_ROOT" > "$CM_BUILD_DIR/android/local.properties"