🔧 Remove deleting node_modules on frontend watch script (#8525)

This commit is contained in:
Belén Albeza 2026-03-04 08:28:58 +01:00 committed by GitHub
parent 336095486e
commit 287b9d4597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,6 @@ TARGET=${1:-app};
set -ex
rm -rf node_modules;
corepack enable;
corepack install;
pnpm install;