mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-24 01:28:08 +00:00
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
# yarn prettier:staged
|
||
|
yarn typecheck
|