Add lint to pre-commit hook

This commit is contained in:
Shivam Mathur 2020-01-26 16:21:25 +05:30
parent d613c975f6
commit 706dfca1e6
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -50,7 +50,7 @@
"husky": { "husky": {
"skipCI": true, "skipCI": true,
"hooks": { "hooks": {
"pre-commit": "npm run build && npm run format && npm run release" "pre-commit": "npm run format && npm run lint && npm run build && npm run release"
} }
} }
} }