Merge branch 'chore/specs_example' of github.com:provectus/kafka-ui into chore/specs_example

This commit is contained in:
Oleg Shuralev 2021-02-16 14:04:39 +03:00
commit 91dec47f3c
No known key found for this signature in database
GPG key ID: 99C6BDC0A1C2E647

View file

@ -30,7 +30,8 @@
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint -c .eslintrc.json --fix",
"git add"
"git add",
"npm test -- --bail --findRelatedTests --watchAll=false"
]
},
"scripts": {
@ -45,7 +46,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run tsc --noEmit && lint-staged && npm run test:CI"
"pre-commit": "npm run tsc --noEmit && lint-staged"
}
},
"eslintConfig": {