Skip to content

Commit

Permalink
Fixing package json to remove openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
samilabud committed Nov 11, 2023
1 parent 799a615 commit e329586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"workbox-streams": "^5.1.3"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit e329586

Please sign in to comment.