Messages component covered with tests, integration to the git hooks added
This commit is contained in:
parent
5f1e057a48
commit
c4f256ceef
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "npm run tsc --noEmit && lint-staged && npm test",
|
"pre-commit": "npm run tsc --noEmit && lint-staged && npm test"
|
||||||
"pre-push": "npm test"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue