Skip to content

Commit a87962a

Browse files
committed
ok
1 parent 68e74d5 commit a87962a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"url": "git+https://github.com/reactjs/reactjs.org.git"
7272
},
7373
"scripts": {
74-
"build": "gatsby clean && gatsby build",
74+
"build": "export NODE_OPTIONS=--openssl-legacy-provider && gatsby clean && gatsby build",
7575
"check-all": "npm-run-all prettier generate-ids --parallel lint flow",
7676
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
7777
"dev": "gatsby develop -H 0.0.0.0",

0 commit comments

Comments
 (0)