From 890d048cbbdd7829bf9c22ed7a1a10d64de0866c Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 2 Oct 2023 12:33:41 +0100 Subject: [PATCH] change build command --- codemagic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemagic.yaml b/codemagic.yaml index 68f9fdecc..e01f64c7f 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -24,7 +24,7 @@ workflows: # npx cap copy # # to update native dependencies, use this command: - npx cap sync + ionic cap build android --prod - name: Build Android release script: | LATEST_GOOGLE_PLAY_BUILD_NUMBER=$(google-play get-latest-build-number --package-name "$PACKAGE_NAME")