From 617e39eb175d71892a886bd791bb872eeadb4de8 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 28 Feb 2025 15:03:16 -0800 Subject: [PATCH] IO-3162 Add CI paramters to aid in sourcemap generation. --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87eaebf9b..693d8be9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,7 +88,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:production:imex + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:production:imex - aws-cli/setup: aws_access_key_id: AWS_ACCESS_KEY_ID @@ -161,7 +161,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:production:rome + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:production:rome - aws-cli/setup: aws_access_key_id: AWS_ACCESS_KEY_ID @@ -219,7 +219,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:test:rome + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:test:rome - aws-cli/setup: aws_access_key_id: AWS_ACCESS_KEY_ID @@ -277,7 +277,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:test:imex + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:test:imex - aws-s3/sync: from: build @@ -298,7 +298,7 @@ jobs: name: Install Dependencies command: npm i - - run: npm run build:test:imex + - run: NODE_OPTIONS=--max-old-space-size=8192 npm run build:test:imex - aws-cli/setup: aws_access_key_id: AWS_ACCESS_KEY_ID