chore: remove pre-push audit step

pull/416/head
Webber 2022-06-28 00:49:00 +02:00
parent 47b25cf3b1
commit 3ce616f01a
1 changed files with 6 additions and 6 deletions

View File

@ -6,12 +6,12 @@
color: true
extends: {}
pre-push:
parallel: true
commands:
packages-audit:
tags: security
run: yarn audit
#pre-push:
# parallel: true
# commands:
# packages-audit:
# tags: security
# run: yarn audit
pre-commit:
parallel: true