Files
shockbot/.husky/pre-commit
T
David Blass 03810d574e bump version
2025-10-13 14:14:52 -04:00

11 lines
260 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..."
npm run build
# Add the built files and lockfile to the commit
git add entry.cjs pnpm-lock.yaml