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": {
"skipCI": true,
"hooks": {
"pre-commit": "npm run build && npm run format && npm run build-dist",
"post-commit": "npm prune --production"
"pre-commit": "npm run build && npm run format && npm run build-dist"
}
}
}