Skip to content

Commit

Permalink
removing server memory line
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Jan 2, 2024
1 parent 55f817c commit d28fade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"scripts": {
"build": "gatsby build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "NODE_OPTIONS=\"--max-old-space-size=8192\" gatsby develop -p 8000",
"start:clean": "yarn clean; NODE_OPTIONS=\"--max-old-space-size=8192\" gatsby develop -p 8000",
"start": "gatsby develop -p 8000",
"start:clean": "yarn clean; gatsby develop -p 8000",
"upgrade:theme": "yarn upgrade @riverscapes/gatsby-theme",
"serve": "gatsby serve",
"clean": "gatsby clean",
Expand Down

0 comments on commit d28fade

Please sign in to comment.