mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix: update husky precommit hook to run init script if present
This commit is contained in:
parent
26e696a090
commit
3e56c2f10d
@ -1,4 +1,7 @@
|
||||
yarn lint-staged
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
||||
|
||||
node .husky/update-openapi-spec-list.js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user