fix: update pre-commit hook permissions

This commit is contained in:
Colin McDonnell
2025-08-27 18:14:56 -07:00
parent a226797098
commit ba61fc6679
-3
View File
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Build the action before committing
echo "🔨 Building action..."
npm run build