mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30: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": {
|
"scripts": {
|
||||||
"test": "make test",
|
"test": "make test",
|
||||||
"precommit": "./bin/sketch-previews.rb && make -j4 lint ",
|
"precommit": "./bin/sketch-previews.rb && make -j4 lint ",
|
||||||
"prepush": "make test"
|
"prepush": "git lfs push origin master --all && make test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eslint-plugin-babel": "^4.0.1",
|
"eslint-plugin-babel": "^4.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user