Files
shockbot/.husky/pre-commit
T
Pullfrog Action 7ef44eb254 try esm action
2025-11-06 19:03:19 -05:00

11 lines
256 B
Plaintext
Executable File

# 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.js pnpm-lock.yaml