Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
configured deploy to not include source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusmerzin committed Apr 27, 2020
1 parent 8edf3ee commit aae94a0
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 @@ -21,7 +21,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"predeploy": "react-scripts build && rm build/*/*/*.map",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
Expand Down

0 comments on commit aae94a0

Please sign in to comment.