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

This commit is contained in:
Pierre HUBERT 2025-04-19 10:42:39 +02:00
parent 6c9a0db8d5
commit 9b8f2bd3cf

View File

@ -24,7 +24,7 @@ steps:
commands:
# Build website
- cd geneit_app
- npm install --legacy-peer-deps # TODO : remove when mui-color-input is updated
- npm install --legacy-peer-deps
- GENERATE_SOURCEMAP=false npm run build
# Install AWS
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"