From 62852f40029526f8007c87faf0eeaf3049c502e5 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 31 Jan 2024 10:20:49 -0800 Subject: [PATCH] CI Changes. --- .circleci/config.yml | 2 ++ client/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e00460768..5fc7d084f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,6 +133,8 @@ jobs: - run: npm run build:test + - run: npm run sentry:sourcemaps + - aws-s3/sync: from: build to: "s3://imex-online-test-beta/" diff --git a/client/package.json b/client/package.json index 8db08fc84..5a47095d7 100644 --- a/client/package.json +++ b/client/package.json @@ -89,7 +89,7 @@ "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'", "start": "craco start", - "build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build && npm run sentry:sourcemaps", + "build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build", "build:test": "env-cmd -f .env.test npm run build", "build-deploy:test": "npm run build:test && s3cmd sync build/* s3://imex-online-test && echo '🚀 TESTING Deployed!'", "buildcra": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` craco build",