Skip to content

Commit

Permalink
fix: fixing netlify.toml node options
Browse files Browse the repository at this point in the history
  • Loading branch information
ionivetech committed Jul 31, 2024
1 parent fdc9af3 commit ba6a860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build.environment]
NODE_OPTIONS = "max_old_space_size=4096"
NODE_OPTIONS = "--max_old_space_size=4096"

[build]
command = "pnpm run build"
command = "pnpm run build"

0 comments on commit ba6a860

Please sign in to comment.