From 354a3572cf1fd0d3bb6bdc69e2f989ee8051c73a Mon Sep 17 00:00:00 2001 From: Kristofer Baxter Date: Wed, 22 May 2019 10:16:24 -0700 Subject: [PATCH] Ensure clean is run before testing and sizing in pre push hook. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d23b077b6..785362487 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "husky": { "hooks": { "pre-commit": "lint-staged", - "pre-push": "npm run test && npm run size" + "pre-push": "npm-run-all clean test clean size" } }, "bundlesize": [