Skip to content

Commit 08fc6e1

Browse files
authored
chore(mcp): run update scripts parallel (#8500)
1 parent 5027b89 commit 08fc6e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"bundle:docs": "tsx scripts/bundle-docs.ts",
2929
"fetch:skills": "tsx scripts/fetch-upstream-skills.ts",
3030
"compile": "tsc --build tsconfig.build.json && tsx scripts/post-build.ts",
31-
"update": "npm run fetch:skills && npm run extract:descriptions && npm run bundle:docs && prettier --write src/tools/get_documentation/documentation_sections.json && npm run compile",
31+
"update": "run-p fetch:skills extract:descriptions bundle:docs && prettier --write src/tools/get_documentation/documentation_sections.json && npm run compile",
3232
"clean": "rimraf dist tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo src/tools/get_component_api/component-apis.json src/tools/list_components/descriptions.json docs/",
3333
"inspector": "npx @modelcontextprotocol/inspector node ./dist/index.js",
3434
"test": "ava --watch",

0 commit comments

Comments
 (0)