Skip to content

Commit

Permalink
use openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Feb 18, 2024
1 parent f0ee496 commit 9670679
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=--openssl-legacy-provider 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 9670679

Please sign in to comment.