Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xrdavies committed Dec 6, 2023
1 parent ab64979 commit cf5d87e
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
@@ -1,5 +1,5 @@
{
"name": "landing-create-react-app-example",
"name": "rebase-hackathon",
"version": "0.1.0",
"private": true,
"homepage": "./",
Expand All @@ -19,7 +19,7 @@
},
"scripts": {
"start": "react-app-rewired --openssl-legacy-provider start",
"build": "react-app-rewired build",
"build": "react-app-rewired --openssl-legacy-provider build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
Expand Down

0 comments on commit cf5d87e

Please sign in to comment.