We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903f7c1 commit 92ba550Copy full SHA for 92ba550
scripts/publish.mjs
@@ -3,7 +3,7 @@ import { resolve } from "path";
3
import { fileURLToPath } from "url";
4
import themepkg from "../packages/vitepress-theme-async/package.json" assert { type: "json" };
5
import clipkg from "../packages/create-theme/package.json" assert { type: "json" };
6
-import mcppkg from "../packages/mac-server/package.json" assert { type: "json" };
+import mcppkg from "../packages/mcp-server/package.json" assert { type: "json" };
7
8
9
if (process.env.RELEASE_VERSION) {
0 commit comments