Fix Web build
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-03 09:46:51 +01:00
parent e215fe6484
commit 30518f3ca3

View File

@@ -11,7 +11,7 @@ steps:
- name: web_app - name: web_app
path: /tmp/web_build path: /tmp/web_build
commands: commands:
- cd matrixgw_backend - cd matrixgw_frontend
- npm install - npm install
- npm run lint - npm run lint
- npm run build - npm run build