Skip to content

Commit

Permalink
feat(website): try to increase node memory limit for netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 26, 2021
1 parent 121491f commit 7a244d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netlify.toml
@@ -1,4 +1,7 @@
[build]
base = "/"
publish = "website/public/"
command = "make netlify-build"
command = "make netlify-build"

[build.environment]
NODE_OPTIONS = "--max_old_space_size=4096"

0 comments on commit 7a244d2

Please sign in to comment.