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