fix CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2025-03-28 11:07:16 +01:00
parent e5753d2b26
commit 5d49ce17a6

View File

@ -11,7 +11,7 @@ steps:
path: /tmp/web_build path: /tmp/web_build
commands: commands:
- cd virtweb_frontend - cd virtweb_frontend
- npm install - npm install --legacy-peer-deps # TODO : remove when mui-file-input is updated
- npm run build - npm run build
- mv dist /tmp/web_build - mv dist /tmp/web_build