From 35eecb71a17f57779c44a83ead8edea020311a5e Mon Sep 17 00:00:00 2001 From: Andrej Date: Tue, 7 Jan 2025 01:13:55 +0100 Subject: [PATCH] refactor: :recycle: fixing build issues --- .husky/pre-commit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 8691362..e77bc76 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ -pnpm format-and-lint +pnpm dlx turbo format-and-lint +pnpm dlx turbo check-types