chore: add audit script

This commit is contained in:
Riccardo
2024-09-12 12:40:38 +02:00
parent 42d2625c16
commit 1917b040eb
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -12,6 +12,7 @@
"typecheck": "tsc --noEmit",
"prepare": "husky install",
"analyze": "BUNDLE_ANALYZE=true next build",
"audit": "audit-ci",
"vercel:link": "vercel link",
"vercel:env": "vercel env pull .env",
"prisma:migrate": "npx prisma migrate dev",