diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 6de142759..b4ac5c276 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -75,6 +75,9 @@ then exit fi systemctl stop jellyseerr +rm -rf dist +rm -rf .next +rm -rf node_modules export CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile &>/dev/null export NODE_OPTIONS="--max-old-space-size=3072"