Skip to content

Commit

Permalink
Refactor build script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatel0170 committed May 27, 2024
1 parent 4d52ed1 commit 18e3d7a
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 @@ -28,7 +28,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier --write \"src/**/*.js\""
Expand Down

0 comments on commit 18e3d7a

Please sign in to comment.