Skip to content

Commit

Permalink
tooling: try to fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Oct 31, 2021
1 parent c950fcf commit 9498711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/bash

pnpm commitlint --config commitlint.config.cjs --edit "$1"
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/bash

pnpm format && pnpm lint && pnpm test

0 comments on commit 9498711

Please sign in to comment.