mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2025-04-04 07:40:52 +01: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 |