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
1 changed files with 1 additions and 1 deletions

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",