Skip to content

Commit

Permalink
fix: husky is not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
ambiere committed Jan 25, 2024
1 parent a222888 commit b124fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if (process.env.NODE_ENV === "production" || process.env.CI === "1") {

;(async () => {
const husky = await import("husky")
husky()
husky.install()
})()

0 comments on commit b124fcc

Please sign in to comment.