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.
2 parents 23b566a + 893f614 commit 0eca022Copy full SHA for 0eca022
package.json
@@ -14,7 +14,7 @@
14
"lint:js": "eslint --ext .js,.jsx .",
15
"lint:scss": "stylelint **/*.scss --syntax scss",
16
"start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www",
17
- "test": "npm run lint && npm run jest",
+ "test": "npm run lint && npm run --runInBand jest",
18
"commitlint": "commitlint -E HUSKY_GIT_PARAMS",
19
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
20
"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