diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 6eaeca5..bae56c1 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -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