Husky tweaks.
This commit is contained in:
parent
a2d441dd74
commit
8fdbef0eab
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue