Skip to content

Commit

Permalink
fix: testing commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Sep 5, 2023
1 parent c6939bf commit 0e78653
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
"$(dirname -- "$0")/_/husky.sh"
. "$(dirname -- "$0")/_/husky.sh"

npx commitlint --edit
npm run lint:fix && npm run format && npx --no -- commitlint --edit
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
function validatingHusky() {}

0 comments on commit 0e78653

Please sign in to comment.