Skip to content

Commit

Permalink
Fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones committed Mar 15, 2022
1 parent 29fc5c9 commit 3d3eba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
set -e # die on error

yarn run extract-translations
npx pretty-quick --staged
npx lerna run document --since master
yarn pretty-quick --staged
yarn lerna run document --since master
6 changes: 3 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

set -e # die on error

npx lerna run lint --since master
npx lerna run test --since master
npx lerna run typescript --since master
yarn lerna run lint --since master
yarn lerna run test --since master
yarn lerna run typescript --since master

0 comments on commit 3d3eba8

Please sign in to comment.