Fix ionic scrip location for CI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
08a08ab4e4
commit
11bdcf8eae
@ -6,7 +6,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- npm i
|
- npm i
|
||||||
- npm install @ionic/cli
|
- npm install @ionic/cli
|
||||||
- ./node_modules/bin/ionic build --prod
|
- ./node_modules/.bin/ionic build --prod
|
||||||
- tar czf build.tar.gz www
|
- tar czf build.tar.gz www
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
Loading…
Reference in New Issue
Block a user