From ec29fa9e34783755916401833d7feab6ab3b64d9 Mon Sep 17 00:00:00 2001 From: Fantino Davide Date: Thu, 22 Feb 2024 19:04:50 +0100 Subject: [PATCH] chore: updated pre-commit hooks to build and create a release --- .husky/pre-commit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index e7acc54..5a5e648 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ -npm run release +npm run build +npm run release \ No newline at end of file