Skip to content

Commit

Permalink
Add openssl-legacy-provider for build
Browse files Browse the repository at this point in the history
  • Loading branch information
BriungRi committed Oct 25, 2023
1 parent b293b6e commit 4bfbb17
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 @@ -81,7 +81,7 @@
"wcag-contrast": "^3.0.0"
},
"scripts": {
"build": "REACT_APP_SENTRY_DSN=$SENTRY_DSN npm run build:local",
"build": "NODE_OPTIONS=--openssl-legacy-provider REACT_APP_SENTRY_DSN=$SENTRY_DSN npm run build:local",
"build:local": "npm run typechain && node --max_old_space_size=1024 node_modules/.bin/craco build",
"start": "NODE_OPTIONS=--openssl-legacy-provider craco start",
"clean": "rm -fr src/generated/",
Expand Down

1 comment on commit 4bfbb17

@vercel
Copy link

@vercel vercel bot commented on 4bfbb17 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.