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",
|
"docs": "esdoc",
|
||||||
"build": "webpack -p",
|
"build": "webpack -p",
|
||||||
"watch": "webpack --watch",
|
"watch": "webpack --watch",
|
||||||
"precommit": "yarn lint",
|
"prepush": "yarn lint",
|
||||||
"release": "np"
|
"release": "np"
|
||||||
},
|
},
|
||||||
"standard": {
|
"standard": {
|
||||||
|
|
Loading…
Reference in a new issue