remove yarn

This commit is contained in:
CanbiZ (MickLesk) 2026-01-22 16:32:44 +01:00
parent 928beedc9d
commit ab4270ed83

View File

@ -23,9 +23,9 @@ msg_info "Setup jotty"
cd /opt/jotty cd /opt/jotty
unset NODE_OPTIONS unset NODE_OPTIONS
export NODE_OPTIONS="--max-old-space-size=3072" export NODE_OPTIONS="--max-old-space-size=3072"
$STD yarn --frozen-lockfiled # $STD yarn --frozen-lockfiled
$STD yarn next telemetry disable # $STD yarn next telemetry disable
$STD yarn build # $STD yarn build
[ -d "public" ] && cp -r public .next/standalone/ [ -d "public" ] && cp -r public .next/standalone/
[ -d "howto" ] && cp -r howto .next/standalone/ [ -d "howto" ] && cp -r howto .next/standalone/