From ad51c805724459ae0af2f4d4623040450375ee02 Mon Sep 17 00:00:00 2001 From: Nishchal Gautam Date: Thu, 1 Oct 2020 10:56:49 +0700 Subject: [PATCH] chore(package): update pre-push hook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c669e6cf..3a4fa132 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "semantic-release": "semantic-release pre && npm publish && semantic-release post", "precommit": "npm run lint -s", "commitmsg": "validate-commit-msg", - "prepush": "npm run lint -s && npm run build -s" + "prepush": "npm run test && npm run build -s" }, "jest": { "transform": {