Skip to content

Commit

Permalink
Husky
Browse files Browse the repository at this point in the history
  • Loading branch information
modernpoacherlimited committed Jan 17, 2025
1 parent 44e6861 commit 5ef16c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .husky/post-commit.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
module.exports = (
import('./hooks/index.mjs')
.then(({
postCommit
}) => (
postCommit()
))
.then(({ postCommit }) => postCommit())
)

0 comments on commit 5ef16c7

Please sign in to comment.