Update access controls dev script

This commit is contained in:
Nate Kelley 2025-07-07 10:44:43 -06:00
parent d8ac36da50
commit 80221a2837
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"build": "tsc",
"build:commonjs": "tsc --module commonjs --moduleResolution node",
"build:commonjs:watch": "npm run build:commonjs && tsc --module commonjs --moduleResolution node --watch",
"dev": "tsc --watch",
"lint": "biome check",
"test": "vitest run",
"test:coverage": "vitest run --coverage",