mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 12:50:35 +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 |