repositories
/
benchmarks-js.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
build(deps-dev): Bump @commitlint/config-conventional
[benchmarks-js.git]
/
prepare.mjs
Commit
Line
Data
d124d21a
JB
1
import { env } from 'node:process'
2
// eslint-disable-next-line n/no-unpublished-import
3
import { install } from 'husky'
4
5
const isCIEnvironment = env.CI != null
6
if (isCIEnvironment === false) {
7
install()
8
}