Skip to content

Commit 0eca022

Browse files
authored
Merge pull request #4266 from topcoder-platform/optimize-test-run
ci: optimized test run
2 parents 23b566a + 893f614 commit 0eca022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
"start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www",
17-
"test": "npm run lint && npm run jest",
17+
"test": "npm run lint && npm run --runInBand jest",
1818
"commitlint": "commitlint -E HUSKY_GIT_PARAMS",
1919
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
2020
"postinstall": "rimraf node_modules/navigation-component/node_modules/topcoder-react-utils && rimraf node_modules/topcoder-react-ui-kit/node_modules/topcoder-react-utils"

0 commit comments

Comments
 (0)