diff --git a/.drone.yml b/.drone.yml index 01c7d2f..8c8194e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: path: /tmp/web_build commands: - cd virtweb_frontend - - npm install + - npm install --legacy-peer-deps # TODO : remove when mui-file-input is updated - npm run build - mv dist /tmp/web_build