From 8dd23a94f3be9d18119f94781438369875761cc2 Mon Sep 17 00:00:00 2001 From: Trdat Mkrtchyan Date: Sat, 29 Jul 2023 16:47:57 +0400 Subject: [PATCH] chore: fixed pre-push --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8de54c..48b7f85 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "husky": { "hooks": { "pre-commit": "lint-staged", - "pre-push": "npm run test" + "pre-push": "npm run test:units" } }, "lint-staged": {