From 7a393278ebf8ba1dcc932ba6ec653d1055188a68 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Thu, 9 Mar 2017 10:58:51 +0000 Subject: [PATCH] adding pre-push hook to also push all git-lfs assets --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ed8b9f9..a084857f 100644 --- a/package.json +++ b/package.json @@ -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",