expand ci quality gates
All checks were successful
CI / Validate (push) Successful in 1m13s

This commit is contained in:
dirtydishes 2026-05-30 02:34:28 -04:00
parent 65139bf8d0
commit 44431c4e66
71 changed files with 2262 additions and 1173 deletions

View file

@ -15,6 +15,10 @@
"dev:desktop:remote": "bun run scripts/dev-desktop.ts --remote",
"dev:web": "bun --cwd=apps/web run dev",
"dev:services": "bun run scripts/dev-services.ts",
"fmt": "biome format --write .",
"fmt:check": "biome format .",
"lint": "biome lint .",
"check": "biome check .",
"package:desktop": "bun --cwd=apps/desktop run package",
"make:desktop": "bun --cwd=apps/desktop run make",
"deploy": "bun run scripts/deploy.ts",
@ -26,6 +30,7 @@
"check:docker-workspace": "bun run scripts/check-docker-workspace.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@types/bun": "^1.3.3",
"@types/ws": "^8.18.1",
"typescript": "^5.9.3",