diff --git a/deploy/forgejo-post-receive.sh b/deploy/forgejo-post-receive.sh index 0477610..0c9c84c 100644 --- a/deploy/forgejo-post-receive.sh +++ b/deploy/forgejo-post-receive.sh @@ -15,7 +15,7 @@ export PATH="/usr/local/bin:/usr/bin:/bin:$PATH" git --work-tree="$WORKTREE" checkout -f main cd "$WORKTREE" -npm ci +npm install --no-audit --no-fund npm run build # Fertige Dateien in den DocumentRoot spiegeln (--delete entfernt Altes).