revert to js action

This commit is contained in:
David Blass
2025-11-06 17:35:32 -05:00
parent f31e3a026e
commit 65e3da81e9
6 changed files with 267 additions and 27 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Ensure lockfile is up to date
echo "🔒 Updating lockfile..."
pnpm install --lockfile-only
# Build the action before committing
echo "🔨 Building action..."
pnpm build
# Add the built files and lockfile to the commit
git add entry.cjs pnpm-lock.yaml