Skip to content

Commit 8b56bc5

Browse files
authored
Website: Fix yarn develop script in package.json (#8960)
1 parent 3291228 commit 8b56bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"build": "gatsby build",
17-
"develop": "NODE_OPTIONS=--no-experimental-fetch && gatsby develop --verbose --host 0.0.0.0",
17+
"develop": "gatsby develop --verbose --host 0.0.0.0",
1818
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
1919
"start": "yarn develop",
2020
"serve": "gatsby serve",

0 commit comments

Comments
 (0)