From aae94a05838615a550ce43be8aa0458844cd582b Mon Sep 17 00:00:00 2001 From: rasmusmerzin Date: Tue, 28 Apr 2020 01:33:58 +0300 Subject: [PATCH] configured deploy to not include source maps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81e3831..01ce31b 100644 --- a/package.json +++ b/package.json @@ -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": {