Skip to content

Commit

Permalink
Merge pull request #979 from NERC-CEH/node-20
Browse files Browse the repository at this point in the history
fix: adding legacy ssl provider flag until CRA is updated/ejected
  • Loading branch information
iwalmsley authored Jun 21, 2024
2 parents 7cb3084 + 5181564 commit b116aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/workspaces/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"shx": "^0.3.2"
},
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
"build": "react-scripts build && shx rm -rf dist && shx mv build dist",
"start": "NODE_OPTIONS=--openssl-legacy-provider DISABLE_ESLINT_PLUGIN=true react-scripts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build && shx rm -rf dist && shx mv build dist",
"test": "react-scripts test --maxWorkers=50%",
"test-ci": "CI=true react-scripts test --watchAll=false --runInBand",
"test-coverage": "react-scripts test --coverage --watchAll=false",
Expand Down

0 comments on commit b116aee

Please sign in to comment.