From 9c85694ea71b00f0ca3a87ab5e3140ba358b8ebc Mon Sep 17 00:00:00 2001 From: Alexander Kacheryants Date: Thu, 20 Jun 2024 03:11:19 +0300 Subject: [PATCH] update .make-app.yaml --- .woodpecker/.make-app.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.woodpecker/.make-app.yaml b/.woodpecker/.make-app.yaml index f251871..88c5ba1 100644 --- a/.woodpecker/.make-app.yaml +++ b/.woodpecker/.make-app.yaml @@ -6,10 +6,20 @@ steps: image: node:latest commands: - npm i + + - name: Build web app + image: node:latest + commands: - npm run build + + - name: Ionic sync + image: node:latest + commands: - npx cap sync + - name: Build Android app image: mingc/android-build-box commands: - cd android + - chmox +X ./gradlew - ./gradlew bundleRelease