Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 26, 2024
1 parent 0940b6b commit 7e22b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to.md
Expand Up @@ -75,7 +75,7 @@ if (process.env.NODE_ENV === 'production' || process.env.CI === 'true') {
process.exit(0)
}
const husky = (await import('husky')).default
husky()
console.log(husky())
```

Then, use it in `prepare`:
Expand Down

0 comments on commit 7e22b50

Please sign in to comment.