From a370879e60d1af47657c5799e07e61ec35357f7f Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Thu, 2 Jun 2022 01:18:25 -0300 Subject: [PATCH 1/2] Increase node memory --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5dc9b22e2e..c5cfd86bd9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint:js": "eslint --ext .js,.jsx .", "lint:scss": "stylelint **/*.scss --syntax scss", "update-tests": "npm run jest -- -u", - "start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www", + "start": "cross-env BABEL_ENV=production NODE_ENV=production node --max-old-space-size=8192 ./bin/www", "test": "npm run lint && npm run --runInBand jest", "commitlint": "commitlint -E HUSKY_GIT_PARAMS", "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s", From 21e70f14a8f7ed7bba83b81c78b02962683fa362 Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Thu, 2 Jun 2022 01:28:26 -0300 Subject: [PATCH 2/2] ci: remove develop from Dev env --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 37fe8b4d60..7a031fe752 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -349,7 +349,6 @@ workflows: filters: branches: only: - - develop - reskin # This is alternate dev env for parallel testing - "build-test":