We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a02ec commit b97b85cCopy full SHA for b97b85c
package.json
@@ -15,7 +15,7 @@
15
"lint:scss": "stylelint **/*.scss --syntax scss",
16
"update-tests": "npm run jest -- -u",
17
"start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www",
18
- "test": "npm run lint && npm run jest",
+ "test": "npm run lint && npm run --runInBand jest",
19
"commitlint": "commitlint -E HUSKY_GIT_PARAMS",
20
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
21
"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