mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-17 07:21:50 +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
|