update .make-app.yaml
This commit is contained in:
parent
06d190e069
commit
9c85694ea7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user