fix
This commit is contained in:
parent
8eabf4af38
commit
cb248a3d11
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user