From 9b8f2bd3cf99fb5ee4d2f0d58e5d2cf37d574992 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 19 Apr 2025 10:42:39 +0200 Subject: [PATCH] Remove temporary fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"