Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Due to outdate packages this is required
  • Loading branch information
theisjendal authored Jun 3, 2024
1 parent 18b7a60 commit 927b2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mindreader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"react-scripts": "3.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 927b2d8

Please sign in to comment.