From 1b6cf30cb4e960e64a2efb2b699aed75b61cd4d2 Mon Sep 17 00:00:00 2001 From: Audrius Vaitonis Date: Wed, 10 Apr 2024 12:58:59 +0100 Subject: [PATCH] feat(DTFS2-7052): trying to automate husky run on commit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 916ad6eb..506f1cec 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "start:debug": "nest start --debug --watch", "start:dev": "nest start --tsc --watch", "start:prod": "node dist/src/main", - "unit-test": "jest --selectProjects=Unit" + "unit-test": "jest --selectProjects=Unit", + "prepare": "husky" }, "lint-staged": { "**/package.json": "sort-package-json",