Updated frontend dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 15:31:28 +01:00
parent ca6b5d398b
commit 4f75833414
14 changed files with 468 additions and 652 deletions

View File

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