Skip to content

Commit

Permalink
tidy husky formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Mar 5, 2024
1 parent e024081 commit 36d910b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

branch="$(git rev-parse --abbrev-ref HEAD)"
if [ "$branch" != "main" ]; then
pnpm build-json-examples
pnpm build-schema:dev
pnpm build-json-examples && pnpm build-schema:dev
fi

pnpm check && pnpm fix
Expand Down

0 comments on commit 36d910b

Please sign in to comment.