From 893f6140e467c0447d16e7a0b54f450ef5f5b468 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 16 Apr 2020 19:15:28 +0530 Subject: [PATCH] ci: optimized test run --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0de6b09d56..04a0a92320 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint:js": "eslint --ext .js,.jsx .", "lint:scss": "stylelint **/*.scss --syntax scss", "start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www", - "test": "npm run lint && npm run jest", + "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", "postinstall": "rimraf node_modules/navigation-component/node_modules/topcoder-react-utils && rimraf node_modules/topcoder-react-ui-kit/node_modules/topcoder-react-utils"