Fix ionic scrip location for CI
continuous-integration/drone/push Build is passing Details

pull/18/head
Garrett Mills 4 years ago
parent 08a08ab4e4
commit 11bdcf8eae
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -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

Loading…
Cancel
Save