1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

adding pre-push hook to also push all git-lfs assets

This commit is contained in:
Alex Windett 2017-03-09 10:58:51 +00:00
parent fc68ff4e2a
commit 7a393278eb

View File

@ -15,7 +15,7 @@
"scripts": {
"test": "make test",
"precommit": "./bin/sketch-previews.rb && make -j4 lint ",
"prepush": "make test"
"prepush": "git lfs push origin master --all && make test"
},
"dependencies": {
"eslint-plugin-babel": "^4.0.1",