From 8031b4f91a65e18b9957dceef2d5de5bbc2bbc33 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Thu, 18 Jan 2024 13:15:02 -0500 Subject: [PATCH 1/2] - remove source maps from prod Signed-off-by: Dave Richer --- client/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.env.production b/client/.env.production index cdf721dcb..a4cdecee5 100644 --- a/client/.env.production +++ b/client/.env.production @@ -1,4 +1,4 @@ -GENERATE_SOURCEMAP=true +GENERATE_SOURCEMAP=false REACT_APP_GRAPHQL_ENDPOINT=https://db.imex.online/v1/graphql REACT_APP_GRAPHQL_ENDPOINT_WS=wss://db.imex.online/v1/graphql REACT_APP_GA_CODE=231103507 From ae9bff7e756a4e032b2ced55fa6211e0b9371cf4 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 18 Jan 2024 10:48:17 -0800 Subject: [PATCH 2/2] Update CI for test. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7af04efa..33d331c32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -153,7 +153,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build + - run: npm run build:test - aws-s3/sync: from: build