From 4673bc38ca3cba297e0999a124810771aa41c3d6 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 16 Jun 2025 01:55:34 +0800 Subject: [PATCH] fix(workspace): bad -F filter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79da29533..2e748c803 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lint": "eslint --cache .", "lint:fix": "eslint --cache --fix .", "lint:rust": "cargo fmt --check && cargo clippy --workspace", - "typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" -F run --parallel typecheck", + "typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" --parallel typecheck", "up": "taze -w -r -I -f && pnpm prune && pnpm dedupe", "sizecheck": "npx vite-bundle-visualizer", "nolyfill": "pnpm dlx nolyfill"