Update package.json

This commit is contained in:
Egor
2026-01-15 19:37:30 +03:00
committed by GitHub
parent 92f29db60f
commit 9d982d5614

View File

@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc && vite build", "build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"type-check": "tsc --noEmit", "type-check": "tsc --noEmit",
"preview": "vite preview" "preview": "vite preview"
}, },