From 069ca185cc2c770757fb95e541203cb695e1d5b8 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 19 Apr 2025 10:43:04 +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 18eb285..23d8f4b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: commands: # Build website - cd geneit_app - - npm install --legacy-peer-deps + - npm install - GENERATE_SOURCEMAP=false npm run build # Install AWS - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"