diff --git a/.drone.yml b/.drone.yml index c3106ba..18eb285 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"