Temporarily disable TS build check for admin test deploy #1

Merged
gitea merged 1 commits from develop into test 2026-03-27 22:00:05 +03:00

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"format:check": "prettier --check .",