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