fix
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Build Android / Build APK (push) Has been cancelled

This commit is contained in:
Alexander Kacheryants 2024-07-11 08:19:53 +03:00
parent 8eabf4af38
commit cb248a3d11

View File

@ -26,6 +26,9 @@ jobs:
- name: Install app dependencies
run: npm install --verbose
- name: Clear npm cache
run: npm cache clean --force
- name: Build Ionic App
run: ionic build