chore: remove pre-push audit step
parent
47b25cf3b1
commit
3ce616f01a
12
lefthook.yml
12
lefthook.yml
|
|
@ -6,12 +6,12 @@
|
||||||
color: true
|
color: true
|
||||||
extends: {}
|
extends: {}
|
||||||
|
|
||||||
pre-push:
|
#pre-push:
|
||||||
parallel: true
|
# parallel: true
|
||||||
commands:
|
# commands:
|
||||||
packages-audit:
|
# packages-audit:
|
||||||
tags: security
|
# tags: security
|
||||||
run: yarn audit
|
# run: yarn audit
|
||||||
|
|
||||||
pre-commit:
|
pre-commit:
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue