fix issues
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user