parent
706039af64
commit
c11483ecc1
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
cd frontend || exit
|
||||
[ -n "$CI" ] && exit 0
|
||||
|
||||
cd frontend
|
||||
npx pretty-quick --staged
|
||||
|
Loading…
Reference in new issue