Fix ionic scrip location for CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2020-10-05 17:52:50 -05:00
parent 08a08ab4e4
commit 11bdcf8eae
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -6,7 +6,7 @@ steps:
commands:
- npm i
- npm install @ionic/cli
- ./node_modules/bin/ionic build --prod
- ./node_modules/.bin/ionic build --prod
- tar czf build.tar.gz www
- name: release
image: plugins/gitea-release