fix issues

This commit is contained in:
2025-12-26 11:49:20 +01:00
parent d08ec10b40
commit 68ae9da22a
44 changed files with 505 additions and 179 deletions

View File

@@ -108,7 +108,9 @@
"test:types": "tsc --noEmit -p tsconfig.tests.json",
"test:unit": "vitest run tests/unit",
"test:watch": "vitest watch",
"typecheck": "npx tsc --noEmit --project tsconfig.json",
"typecheck": "npm run typecheck:targets",
"typecheck:targets": "npx tsc --noEmit -p apps/website/tsconfig.json && npx tsc --noEmit -p apps/api/tsconfig.json && npx tsc --noEmit -p adapters/tsconfig.json && npx tsc --noEmit -p core/tsconfig.json",
"typecheck:root": "npx tsc --noEmit --project tsconfig.json",
"typecheck:grep": "npm run typescript | grep",
"website:build": "npm run env:website:merge && npm run build --workspace=@gridpilot/website",
"website:clean": "npm run clean --workspace=@gridpilot/website",