Add pre-commit hook to create release

This commit is contained in:
Shivam Mathur 2019-11-25 21:58:24 +05:30
parent 5b09e1195e
commit 970e2d5ebb
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

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