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

This commit is contained in:
2020-10-05 17:52:50 -05:00
parent 08a08ab4e4
commit 11bdcf8eae

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