build: replace precommit hook with prepush hook

This commit is contained in:
Alexander Zhukov 2017-06-23 11:51:21 +03:00
parent 0df03770d0
commit 2239e80e59

View file

@ -21,7 +21,7 @@
"lint:ci": "npm run lint && npm run lint:styles",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "ng e2e",
"precommit": "npm run lint:ci"
"prepush": "npm run lint:ci"
},
"dependencies": {
"@agm/core": "1.0.0-beta.0",