repositories
/
benchmarks-js.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fixlet to deep merge benchmark
[benchmarks-js.git]
/
prepare.js
1
const
isCIEnvironment
=
process
.
env
.
CI
!=
null
2
if
(
isCIEnvironment
===
false
) {
3
// eslint-disable-next-line n/no-unpublished-require
4
require
(
'husky'
).
install
()
5
}