Skip to content

Commit

Permalink
build: simplify husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Dec 25, 2021
1 parent 5e793b8 commit da48656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

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
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
npx commitlint --edit $1

0 comments on commit da48656

Please sign in to comment.