Fix pre-commit

This commit is contained in:
David Racero 2021-01-27 15:46:04 +01:00
parent 6a503eb0a8
commit abb17b004d

View File

@ -114,7 +114,7 @@
}, },
"husky": { "husky": {
"hooks": { "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", "author": "Aave",