Skip to content

Commit

Permalink
feat(tooling-general): Opt in precommit hook (#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Aug 26, 2024
1 parent 1f7388b commit 298ea01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pnpm exec lint-staged --allow-empty
if [ "$NPM_PRECOMMIT_HOOK" = "true" ]; then
pnpm exec lint-staged --allow-empty
fi

0 comments on commit 298ea01

Please sign in to comment.