Skip to content

Commit

Permalink
build: fix husky scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JC Estibariz committed Jul 17, 2024
1 parent bd3fc57 commit ce1a5e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint -e "$1"
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

scripts/pre-commit-updates
npx lint-staged
packages/analyze-imports/bin/analyze-imports.js packages/pelagos/src
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx @bluecateng/git-check-push "$1"

0 comments on commit ce1a5e4

Please sign in to comment.