mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
![]() |
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npm run typecheck
|
||
|
npx lint-staged
|
||
|
|
||
|
# CaptainHook 5.10.0
|
||
|
|
||
|
INTERACTIVE="--no-interaction"
|
||
|
|
||
|
vendor/bin/captainhook $INTERACTIVE --configuration=captainhook.json --bootstrap=vendor/autoload.php hook:pre-commit "$@" <&0
|