build: remove audit step

This commit is contained in:
Riccardo
2024-04-23 01:27:28 +02:00
parent 6bfe81bbfa
commit dfd6c1b6c7
2 changed files with 2 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn audit
yarn format
yarn lint-staged
yarn typecheck