Skip to content

Commit f1479fa

Browse files
committed
chore: clean-pkg-json for apps
1 parent 84a8816 commit f1479fa

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

apps/mcp-test/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"dev": "bun run --watch src/index.ts",
1414
"build": "tsdown",
15-
"prepack": "bun run build",
15+
"prepack": "bun run build && clean-pkg-json",
1616
"typecheck": "tsgo --noEmit"
1717
},
1818
"keywords": [
@@ -29,6 +29,7 @@
2929
"@types/bun": "catalog:dev",
3030
"@types/treeify": "catalog:dev",
3131
"@typescript/native-preview": "catalog:dev",
32+
"clean-pkg-json": "catalog:dev",
3233
"publint": "catalog:dev",
3334
"tsdown": "catalog:dev",
3435
"unplugin-unused": "catalog:dev"

packages/mcp-connectors/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
"onFail": "download"
6868
}
6969
]
70-
}
70+
},
71+
"devDependencies": {}
7172
}

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ catalogs:
1212
"@types/node": ^24.10.1
1313
"@types/treeify": ^1.0.3
1414
"@typescript/native-preview": ^7.0.0-dev.20251120.1
15+
clean-pkg-json: ^1.3.0
1516
msw: ^2.10.4
1617
publint: ^0.3.15
1718
tsdown: ^0.15.1
@@ -42,7 +43,7 @@ catalogs:
4243
minimumReleaseAge: 1440
4344

4445
onlyBuiltDependencies:
45-
- '@biomejs/biome'
46+
- "@biomejs/biome"
4647
- esbuild
4748
- msw
4849
- protobufjs

0 commit comments

Comments
 (0)