Skip to content

Commit 352195e

Browse files
Merge pull request #6372 from topcoder-platform/develop
Release v1.17.1
2 parents 841cc85 + 0e6842c commit 352195e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ workflows:
349349
filters:
350350
branches:
351351
only:
352-
- develop
353352
- reskin
354353
# This is alternate dev env for parallel testing
355354
- "build-test":

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint:js": "eslint --ext .js,.jsx .",
1515
"lint:scss": "stylelint **/*.scss --syntax scss",
1616
"update-tests": "npm run jest -- -u",
17-
"start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www",
17+
"start": "cross-env BABEL_ENV=production NODE_ENV=production node --max-old-space-size=8192 ./bin/www",
1818
"test": "npm run lint && npm run --runInBand jest",
1919
"commitlint": "commitlint -E HUSKY_GIT_PARAMS",
2020
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",

0 commit comments

Comments
 (0)