From 6a03bb8e1b106e2881ea84c6020ca346be8e5d8e Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 10 Sep 2025 00:31:21 -0700 Subject: [PATCH] Update precommit --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index a6ec63a..f77f5f3 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -3,4 +3,4 @@ echo "🔨 Building action..." npm run build # Add the built files to the commit -git add index.cjs entry.cjs +git add entry.cjs