Update package.json

This commit is contained in:
Nate Kelley 2025-05-29 09:47:27 -06:00
parent 4bce03f7e0
commit 30e6d3040b
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 0 deletions

View File

@ -5,11 +5,13 @@
"scripts": {
"dev": "next dev --turbo",
"build": "npm run lint:biome && next build",
"build:skip-lint": "next build",
"start": "next start",
"lint": "npx biome check && next lint",
"lint:biome": "npx biome check",
"lint:eslint": "next lint",
"lint:ci": "npx biome check",
"lint:fix": "npx biome check --write",
"test": "vitest",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",