From 42866543e9ceeb06867d33e2d31560d63951ba07 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:12:29 +0200 Subject: [PATCH] Add prepare script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2600910f0..06fd92a8c 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "ng": "nx", "nx": "nx", "postinstall": "prisma generate", + "prepare": "husky", "prisma": "prisma", "replace-placeholders-in-build": "node ./replace.build.js", "start": "node dist/apps/api/main",