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