Skip to content

Commit

Permalink
chore(.husky): shell path and arg updates (#3422)
Browse files Browse the repository at this point in the history
* chore(.husky): shell path and arg updates

* chore(.husky): remove unnecessary .gitignore
  • Loading branch information
Fdawgs committed Nov 14, 2022
1 parent b51f89d commit de6d9cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 2 additions & 2 deletions .husky/commit-msg
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

node @commitlint/cli/lib/cli.js --edit $1
4 changes: 2 additions & 2 deletions .husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged

0 comments on commit de6d9cc

Please sign in to comment.