update make-app.yaml

This commit is contained in:
Alexander Kacheryants 2024-06-20 02:50:05 +03:00
parent d3b2f2b1ed
commit 06d190e069

View File

@ -5,7 +5,7 @@ steps:
- name: Install dependencies
image: node:latest
commands:
- npm Install
- npm i
- npm run build
- npx cap sync
- name: Build Android app