diff --git a/package.json b/package.json index 5d42cf94..c69c2bb2 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ }, "husky": { "hooks": { - "pre-commit": "pretty-quick --pattern 'tasks/**/*.ts' 'contracts/**/*.sol' 'helpers/**/*.ts' 'test/**/*.ts'" + "pre-commit": "pretty-quick --pattern 'contracts/**/*.sol' --pattern 'helpers/**/*.ts' --pattern 'test/**/*.ts' --pattern 'tasks/**/*.ts'" } }, "author": "Aave",