We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8541054 commit 11c8063Copy full SHA for 11c8063
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"build": "pnpm run build:mcp-use && pnpm run build:other",
12
"build:mcp-use": "pnpm --filter mcp-use build",
13
- "build:other": "pnpm --filter '!mcp-use' --filter '!test_app' build",
+ "build:other": "pnpm --filter '{packages/*}' --filter '!mcp-use' build",
14
"test": "pnpm run -r test",
15
"lint": "eslint .",
16
"lint:fix": "eslint . --fix",
0 commit comments