mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
adding pre-push hook to also push all git-lfs assets
This commit is contained in:
parent
fc68ff4e2a
commit
7a393278eb
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user