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
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