Change precommit hook to prepush
This commit is contained in:
parent
bde62e4d29
commit
3b5be216ca
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
"docs": "esdoc",
|
||||
"build": "webpack -p",
|
||||
"watch": "webpack --watch",
|
||||
"precommit": "yarn lint",
|
||||
"prepush": "yarn lint",
|
||||
"release": "np"
|
||||
},
|
||||
"standard": {
|
||||
|
|
Loading…
Reference in a new issue