Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-23 22:06:24 +03:00
parent ae678af314
commit b2e242dc71

View File

@@ -16,7 +16,7 @@ steps:
- npm install -g @quasar/cli
- npm install
- quasar build -m spa
- mv dist/spa/* /
- mv dist/spa/* /*
- rm -rf dist/spa
- name: deploy