ci: run benchmark in ci
Some checks failed
📊 Benchmark the Runtime / release (push) Failing after 42s
🚀 Lint & Test & Deploy / release (push) Successful in 4m20s

This commit is contained in:
2026-02-13 14:46:02 +01:00
parent fd98d457a3
commit 580ec73465
10 changed files with 453 additions and 331 deletions

View File

@@ -14,7 +14,8 @@
"format": "dprint fmt -c '../.dprint.jsonc' .",
"format:check": "dprint check -c '../.dprint.jsonc' .",
"lint": "eslint .",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"bench": "tsx ./benchmark/index.ts"
},
"dependencies": {
"@nodarium/ui": "workspace:*",
@@ -51,6 +52,7 @@
"svelte": "^5.49.2",
"svelte-check": "^4.3.6",
"tslib": "^2.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1",