diff --git a/.drone.yml b/.drone.yml index 6a48a7b..7378bb8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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