Skip to content

Commit

Permalink
fix(website): attempt to fix gatsby build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Apr 30, 2023
1 parent 40180f0 commit 332908f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/d3-format": "^1.4.1"
},
"scripts": {
"build": "gatsby build",
"build": "NODE_OPTIONS=--max-old-space-size=8192 gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve"
},
Expand Down

0 comments on commit 332908f

Please sign in to comment.