mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2025-01-06 03:09:09 +00:00
5 lines
No EOL
128 B
Bash
5 lines
No EOL
128 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
pnpm lint && pnpm format
|
|
git commit -m "chore: lint & prettier" --no-verify |