Skip to content

Commit

Permalink
ci: fix husky scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
QcFe committed Feb 12, 2025
1 parent cc75486 commit 8822c7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env sh
npx --no -- commitlint --edit "$1"
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env sh
npx lint-staged
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env sh
npm run check

0 comments on commit 8822c7d

Please sign in to comment.