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 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