Update jellyseerr.sh

This commit is contained in:
CanbiZ
2024-11-14 15:55:10 +01:00
committed by GitHub
parent f12b97c383
commit 7c780d70d4

View File

@ -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"