mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-30 10:46:39 +00:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn check:types
|
|
yarn lint
|