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

fixed typo

This commit is contained in:
Ryan Kes 2020-06-08 15:05:52 +02:00
parent 94614e06d1
commit de28d5332e

View File

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