1
0
mirror of https://github.com/alrayyes/my-opinionated-gatsby-starter synced 2023-11-14 15:56:29 +00:00

Added test to pre commit

This commit is contained in:
Ryan Kes 2020-06-05 20:59:02 +02:00
parent 04822e6e65
commit acc8bef537

View File

@ -87,7 +87,7 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "tsc && lint-staged" "pre-commit": "tsc && jest --coverage && lint-staged"
} }
}, },
"lint-staged": { "lint-staged": {