chore: pnpm up
Some checks failed
Deploy to SFTP Server / build (push) Failing after 4m48s

This commit is contained in:
Max Richter 2025-05-14 18:29:52 +02:00
parent 3d78b9e56c
commit e0543f2a58

View File

@ -63,7 +63,7 @@ jobs:
- name: 🏗️ Build site
run: |
# Build with NODE_OPTIONS to increase memory limits and avoid watching files
export NODE_OPTIONS="--max-old-space-size=4096 --no-warnings --use-inlining-snapshots"
export NODE_OPTIONS="--max-old-space-size=4096 --no-warnings"
# Astro-specific optimizations to avoid file watching
pnpm i && NODE_ENV=production ASTRO_DISABLE_HMR=true pnpm build