This commit is contained in:
parent
3d78b9e56c
commit
e0543f2a58
2
.github/workflows/default.yaml
vendored
2
.github/workflows/default.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user