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": 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",