repositories
/
poolifier.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
docs: generate documentation
[poolifier.git]
/
prepare.mjs
1
import { env } from 'node:process'
2
import { install } from 'husky'
3
4
const isCIEnvironment = env.CI != null
5
if (isCIEnvironment === false) {
6
install()
7
}