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