Modified test-once to include lint tests
This commit is contained in:
Родитель
8d981c7879
Коммит
143715f1a1
|
@ -23,8 +23,7 @@
|
|||
"test": "bin/config-check.js && jest --watch",
|
||||
"test-coverage": "bin/config-check.js && jest --coverage --watch",
|
||||
"test-coverage-once": "bin/config-check.js && jest --coverage",
|
||||
"test-once": "bin/config-check.js && jest",
|
||||
"test-once-with-lint": "bin/config-check.js && jest && npm run eslint && npm run stylelint",
|
||||
"test-once": "bin/config-check.js && jest && npm run lint",
|
||||
"version-check": "node bin/version-check.js",
|
||||
"webpack-dev-server": "npm run build-locales && better-npm-run webpack-dev-server"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче