Skip to content

Commit

Permalink
chore: update dependencies (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Sep 30, 2022
1 parent 8b92375 commit c1e1a14
Show file tree
Hide file tree
Showing 5 changed files with 4,519 additions and 1,953 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

commitlint --edit $1
npx commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm t && lint-staged
npm t && npx lint-staged

0 comments on commit c1e1a14

Please sign in to comment.