mirror of
https://github.com/lobehub/sd-webui-lobe-theme.git
synced 2026-01-09 06:23:44 +08:00
💚 ci: fix husky
This commit is contained in:
parent
906be79144
commit
33a9e5c673
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@ config.yml
|
|||||||
yarn.lock
|
yarn.lock
|
||||||
venv
|
venv
|
||||||
temp
|
temp
|
||||||
|
.husky/prepare-commit-msg
|
||||||
@ -1,10 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
# gitmoji as a commit hook
|
|
||||||
if npx -v >&/dev/null
|
|
||||||
then
|
|
||||||
exec < /dev/tty
|
|
||||||
npx -c "gitmoji --hook $1 $2"
|
|
||||||
else
|
|
||||||
exec < /dev/tty
|
|
||||||
gitmoji --hook $1 $2
|
|
||||||
fi
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user