Skip to content

Commit

Permalink
Workaround of nodejs/node#40455
Browse files Browse the repository at this point in the history
  • Loading branch information
akawashiro committed Dec 31, 2022
1 parent 0ed0a10 commit e733f12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jendeley-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts --openssl-legacy-provider test",
"eject": "react-scripts --openssl-legacy-provider eject",
"fix:prettier": "prettier --write src",
"check:prettier": "prettier --check src"
},
Expand Down

0 comments on commit e733f12

Please sign in to comment.