Skip to content

Commit

Permalink
Merge pull request #6372 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
Release v1.17.1
  • Loading branch information
luizrrodrigues authored Jun 2, 2022
2 parents 841cc85 + 0e6842c commit 352195e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ workflows:
filters:
branches:
only:
- develop
- reskin
# This is alternate dev env for parallel testing
- "build-test":
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 352195e

Please sign in to comment.