From 33ee04d13fe26e1129db4502a81b0794ee2b74f3 Mon Sep 17 00:00:00 2001 From: Nereus Ng Wei Bin Date: Mon, 4 Mar 2024 13:27:09 +0800 Subject: [PATCH] Enable pre push hook npm run test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6148a7c9..15c039c8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "husky": { "hooks": { "pre-commit": "pretty-quick --staged", - "pre-push": "npm run lint" + "pre-push": "npm run lint && npm run test" } }, "dependencies": {