diff --git a/package.json b/package.json index c7a2bd2..7684c49 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ }, "husky": { "hooks": { - "pre-commit": "tsc && jest --coverage && lint-staged" + "pre-commit": "tsc && jest --coverage && lint-staged" } }, "lint-staged": {