Change precommit hook to prepush

This commit is contained in:
pyoor 2018-08-27 19:27:17 -04:00
parent bde62e4d29
commit 3b5be216ca

View file

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