From 7c780d70d4302f85a4efc9d3c21425f1062a897b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:55:10 +0100 Subject: [PATCH] Update jellyseerr.sh --- ct/jellyseerr.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 6de14275..b4ac5c27 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"