fix(repo): ensure husky checks are respected on commit (#11973)

This commit is contained in:
Miroslav Jonaš 2022-09-12 10:58:49 +02:00 committed by GitHub
parent 8a809c0164
commit 3a78d3b0ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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