Skip to content

Commit

Permalink
remove --openssl-legacy-provider from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rolorogan committed Apr 2, 2024
1 parent f0b53e6 commit 30a9743
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 @@ -14,8 +14,8 @@
"start": "react-app-rewired --openssl-legacy-provider start",
"lint:styles": "sass-lint '**/*.scss'",
"update-packages": "ncu",
"build": "react-app-rewired --openssl-legacy-provider build",
"test": "react-app-rewired --openssl-legacy-provider test",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"dependencies": {
Expand Down

0 comments on commit 30a9743

Please sign in to comment.