Skip to content

Commit

Permalink
fix: remove --experimental-specifier-resolution from husky commit-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Nov 29, 2022
1 parent ea669fb commit 2b4f20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/.husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

node --experimental-specifier-resolution=node node_modules/.bin/changelog lint --message $1
node node_modules/.bin/changelog lint --message $1

0 comments on commit 2b4f20c

Please sign in to comment.