update .make-app.yaml

This commit is contained in:
Alexander Kacheryants 2024-06-20 03:11:19 +03:00
parent 06d190e069
commit 9c85694ea7

View File

@ -6,10 +6,20 @@ steps:
image: node:latest image: node:latest
commands: commands:
- npm i - npm i
- name: Build web app
image: node:latest
commands:
- npm run build - npm run build
- name: Ionic sync
image: node:latest
commands:
- npx cap sync - npx cap sync
- name: Build Android app - name: Build Android app
image: mingc/android-build-box image: mingc/android-build-box
commands: commands:
- cd android - cd android
- chmox +X ./gradlew
- ./gradlew bundleRelease - ./gradlew bundleRelease