Husky tweaks.

This commit is contained in:
Viacheslav Kudinov 2021-06-10 15:37:29 +02:00
parent a2d441dd74
commit 8fdbef0eab
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@
"husky": { "husky": {
"skipCI": true, "skipCI": true,
"hooks": { "hooks": {
"pre-commit": "npm run build && npm run format && npm run build-dist", "pre-commit": "npm run build && npm run format && npm run build-dist"
"post-commit": "npm prune --production"
} }
} }
} }