Skip to content

Commit

Permalink
chore: remove deprecated husky code
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Sep 24, 2024
1 parent 5cc8726 commit e8f68fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

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

pnpm lint-staged
pnpm install --frozen-lockfile
pnpm install --frozen-lockfile

0 comments on commit e8f68fa

Please sign in to comment.