fix2
Some checks failed
Build Android / Build APK (push) Failing after 20m23s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 18s

This commit is contained in:
Alexander Kacheryants 2024-07-11 08:20:43 +03:00
parent cb248a3d11
commit 9a4a85a650

View File

@ -23,11 +23,12 @@ jobs:
- name: Install Ionic
run: npm install -g @ionic/cli
- name: Clear npm cache
run: npm cache clean --force
- name: Install app dependencies
run: npm install --verbose
- name: Clear npm cache
run: npm cache clean --force
- name: Build Ionic App
run: ionic build