fix(ci): restore vite build instead of tsc for mjs project
CI / check (push) Failing after 58s

This commit is contained in:
2026-05-28 08:50:38 +00:00
parent 390172605c
commit 1da755a3c0
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev:server": "node packages/server/src/index.mjs",
"dev:frontend": "npm -w @uncaged/dashboard-frontend run dev",
"build": "bunx tsc --build",
"build": "npm -w @uncaged/dashboard-frontend run build",
"typecheck": "bunx tsc --build",
"check": "biome check .",
"format": "biome format --write .",