Files
2024-09-12 12:40:38 +02:00

8 lines
118 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn audit
yarn format
yarn lint-staged
yarn typecheck
yarn build