Skip to content

Commit

Permalink
Updated build script command
Browse files Browse the repository at this point in the history
Change-Id: I5e9f6f00f6ca85e62620c08dc19175507c28fd74
  • Loading branch information
ashutoshhathidara committed Mar 31, 2024
1 parent 1c5a222 commit f1cf8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": ".",
"version": "0.1.0",
"scripts": {
"build": "react-scripts build",
"build": "react-scripts --openssl-legacy-provider build",
"predeploy": "npm run build",
"deploy": "gh-pages -b gh-pages -d build",
"eject": "react-scripts eject",
Expand Down

0 comments on commit f1cf8ba

Please sign in to comment.