Skip to content

Commit

Permalink
fix(fix): bash (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 authored Sep 25, 2023
1 parent 5867c99 commit db58455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
. "$(dirname "$0")/_/husky.sh"

yarn commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged

0 comments on commit db58455

Please sign in to comment.