fix(repo): ensure husky checks are respected on commit (#11973)
This commit is contained in:
parent
8a809c0164
commit
3a78d3b0ee
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
yarn check-lock-files
|
yarn check-lock-files &&
|
||||||
yarn check-commit
|
yarn check-commit &&
|
||||||
yarn documentation
|
yarn documentation &&
|
||||||
yarn pretty-quick --check
|
yarn pretty-quick --check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user