diff --git a/.husky/pre-commit b/.husky/pre-commit index 552cc78..b96c33d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,3 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - # Build the action before committing echo "🔨 Building action..." npm run build