Change precommit hook to prepush

This commit is contained in:
pyoor 2018-08-27 19:27:17 -04:00
parent bde62e4d29
commit 3b5be216ca
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
"docs": "esdoc",
"build": "webpack -p",
"watch": "webpack --watch",
"precommit": "yarn lint",
"prepush": "yarn lint",
"release": "np"
},
"standard": {