Skip to content

Commit

Permalink
fix: build broken by ossl change.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdm committed May 3, 2024
1 parent 99a853e commit 37561c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts --openssl-legacy-provider test",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit 37561c0

Please sign in to comment.