Merge pull request #169 from ansible/jakemcdermott-only-coverage

don't use --watch by default when running tests
This commit is contained in:
Jake McDermott
2019-04-18 11:29:54 -04:00
committed by GitHub

View File

@@ -5,7 +5,8 @@
"main": "index.jsx",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"test": "jest --watch --coverage",
"test": "jest --coverage",
"test-watch": "jest --watch",
"lint": "eslint --ext .js --ext .jsx .",
"add-locale": "lingui add-locale",
"extract-strings": "lingui extract",