Skip to content

Commit

Permalink
bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Feb 19, 2024
1 parent 35523d4 commit a0e9c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
],
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build && cp _headers public/ && cp _redirects public/",
"build": "NODE_OPTIONS=--max_old_space_size=4096 GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build && cp _headers public/ && cp _redirects public/",
"develop": "DEV_SSR=false gatsby develop",
"format": "prettier --write \"**/*.{ts,tsx,json,md}\"",
"lint": "eslint . --ext .ts,.tsx --max-warnings 0",
Expand Down

0 comments on commit a0e9c83

Please sign in to comment.