Skip to content

Commit

Permalink
fix: issue from dependabot dependency update (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored May 3, 2023
1 parent e82f5d6 commit c36d8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"

npx --yes commitlint --edit "$1"
# TODO: There is some peerDependency not working with type:module from commitlint
# npx --yes commitlint --edit "$1"
1 change: 1 addition & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ build/**
build-outputs/**
build-showcases/**
showcases/**/public/**
CODE-OF-CONDUCT.md

0 comments on commit c36d8ef

Please sign in to comment.