repositories
/
poolifier.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
docs: generate documentation
[poolifier.git]
/
prepare.mjs
Commit
Line
Data
b1500787
1
import { env } from 'node:process'
b1500787
JB
2
3
const isCIEnvironment = env.CI != null
4
if (isCIEnvironment === false) {
64eb699c
5
import('husky').then(({ install }) => install()).catch(console.error)
b1500787
6
}