Skip to content

Commit

Permalink
fix(repo): ensure husky checks are respected on commit (#11973)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Sep 12, 2022
1 parent 8a809c0 commit 3a78d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

yarn check-lock-files
yarn check-commit
yarn documentation
yarn check-lock-files &&
yarn check-commit &&
yarn documentation &&
yarn pretty-quick --check

0 comments on commit 3a78d3b

Please sign in to comment.