From 287b9d459793b185fb9a5d5bc4c06d324b38aaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Wed, 4 Mar 2026 08:28:58 +0100 Subject: [PATCH] :wrench: Remove deleting node_modules on frontend watch script (#8525) --- frontend/scripts/watch | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/scripts/watch b/frontend/scripts/watch index 78de971cba..80d579b73f 100755 --- a/frontend/scripts/watch +++ b/frontend/scripts/watch @@ -4,8 +4,6 @@ TARGET=${1:-app}; set -ex -rm -rf node_modules; - corepack enable; corepack install; pnpm install;