chore: add lint script

This commit is contained in:
zv
2026-06-24 15:19:35 +02:00
parent f4e081f6ef
commit 44c4050878
2 changed files with 10 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"lint": "tsc -b --pretty false",
"build": "tsc -b && vite build",
"preview": "vite preview",
"start": "vite preview",