Execute gulp release before pushing
This commit is contained in:
parent
2a93efe455
commit
7367a7d253
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "pretty-quick --bail"
|
"pre-commit": "pretty-quick --bail",
|
||||||
|
"pre-push": "gulp"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue