Skip to content

Commit

Permalink
Fix Build (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma authored Mar 20, 2024
1 parent 2f1ceb4 commit dfdd68a
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 @@ -43,7 +43,7 @@
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "CI=false && react-scripts --openssl-legacy-provider build && cp build/index.html build/404.html",
"build": "CI=false && react-scripts build && cp build/index.html build/404.html",
"predeploy": "npm run build",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
Expand Down

0 comments on commit dfdd68a

Please sign in to comment.