From c702d9f0ae64f176d10e759d3461401cf403bb07 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:15:12 +0000 Subject: [PATCH 1/2] Initial plan From f88548accff94c0621c3ab5603a18b9d6d0c4844 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:22:57 +0000 Subject: [PATCH 2/2] fix: add --all flag to typecheck command Co-authored-by: DanielSchiavini <2369243+DanielSchiavini@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b2714f828..ee1bb098c6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dev-router-api": "yarn workspace router-api dev", "lint": "eslint . --ext .ts,.tsx", "lint:fix": "eslint . --ext .ts,.tsx --fix", - "typecheck": "yarn workspaces foreach --parallel --include main --include router-api --include tests run typecheck", + "typecheck": "yarn workspaces foreach --parallel --all --include main --include router-api --include tests run typecheck", "typecheck:all": "yarn workspaces foreach --parallel --all --exclude curve-frontend run typecheck", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "format:check": "prettier --check \"**/*.{ts,tsx,md}\"",