Skip to content

Commit 11c8063

Browse files
committed
fix: exclude test_app from build process
1 parent 8541054 commit 11c8063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"build": "pnpm run build:mcp-use && pnpm run build:other",
1212
"build:mcp-use": "pnpm --filter mcp-use build",
13-
"build:other": "pnpm --filter '!mcp-use' --filter '!test_app' build",
13+
"build:other": "pnpm --filter '{packages/*}' --filter '!mcp-use' build",
1414
"test": "pnpm run -r test",
1515
"lint": "eslint .",
1616
"lint:fix": "eslint . --fix",

0 commit comments

Comments
 (0)