From a92534dfac187417fcf0944e054ee2c202fb5241 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 21 Feb 2023 22:57:05 -0500 Subject: [PATCH] fix: Bundle size calculation includes development React (#4912) --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c389115d8..cbae99756 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -94,6 +94,8 @@ jobs: command: yarn test:server --forceExit bundle-size: <<: *defaults + environment: + NODE_ENV: production steps: - checkout - restore_cache: