mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
don't use --watch by default when running tests
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
"main": "index.jsx",
|
"main": "index.jsx",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
"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 .",
|
"lint": "eslint --ext .js --ext .jsx .",
|
||||||
"add-locale": "lingui add-locale",
|
"add-locale": "lingui add-locale",
|
||||||
"extract-strings": "lingui extract",
|
"extract-strings": "lingui extract",
|
||||||
|
|||||||
Reference in New Issue
Block a user