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 4c78bb9 commit 0828cd7
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

1 comment on commit 0828cd7

@vercel
Copy link

@vercel vercel bot commented on 0828cd7 Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nivo – ./

nivo.vercel.app
nivo-git-master-plouc.vercel.app
nivo-plouc.vercel.app

Please sign in to comment.