Skip to content

Commit b97b85c

Browse files
authored
ci: optimized test run
1 parent b7a02ec commit b97b85c

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
@@ -15,7 +15,7 @@
1515
"lint:scss": "stylelint **/*.scss --syntax scss",
1616
"update-tests": "npm run jest -- -u",
1717
"start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www",
18-
"test": "npm run lint && npm run jest",
18+
"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",
2121
"postinstall": "rimraf node_modules/navigation-component/node_modules/topcoder-react-utils && rimraf node_modules/navigation-component/node_modules/topcoder-react-lib && rimraf node_modules/topcoder-react-ui-kit/node_modules/topcoder-react-utils"

0 commit comments

Comments
 (0)