Add lint script to package.json for code quality checks
All checks were successful
Code quality checks / biome (push) Successful in 9s

This commit is contained in:
wont-stream 2025-04-10 19:28:42 -04:00
parent 41c205c809
commit 79f300a918

View file

@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"lint": "bunx biome check --fix --unsafe",
"build": "bunx --bun tsc -b && bunx --bun vite build",
"preview": "bunx --bun vite preview"
},