mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 04:40:36 +00:00
chore: lint & prettier
This commit is contained in:
parent
c49e2244d1
commit
34f7f6d46d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
pnpm lint && pnpm format
|
||||
pnpm lint && pnpm format
|
||||
git commit -m "chore: lint & prettier" --no-verify
|
Loading…
Reference in a new issue