Skip to content

Commit 6dcfb05

Browse files
committed
chore: clean-up
1 parent b995791 commit 6dcfb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"api": "rimraf \"content/api/*\" & node build/api.js",
1818
"build": "gatsby build",
19-
"develop": "NODE_OPTIONS=--max-old-space-size=8192 gatsby develop",
19+
"develop": "gatsby develop",
2020
"dist": "run-s api build",
2121
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
2222
"start": "gatsby develop",

0 commit comments

Comments
 (0)