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