Skip to content

Commit

Permalink
[Feat] CI/CD시 소스맵 제거 close #588
Browse files Browse the repository at this point in the history
  • Loading branch information
developerjhp committed Mar 24, 2022
1 parent 30ef699 commit aec43b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts build && rm build/static/**/*.map",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit aec43b8

Please sign in to comment.