Skip to content

Commit

Permalink
chore: update git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ocamilomontealegre committed Nov 4, 2024
1 parent 1e13e72 commit ed75bc6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/post-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
🐉 Commit completed successfully. Keep it up the good work!
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
npx lint-staged
npm test
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm test

0 comments on commit ed75bc6

Please sign in to comment.