mtxuilib 0.1.111 → 0.1.113
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,13 +15,6 @@ export const releasePackagesTool = {
|
|
|
15
15
|
const projectDir = projectRoot();
|
|
16
16
|
const vercelToken = process.env.VERCEL_TOKEN;
|
|
17
17
|
yield (_jsx(BotCard, { children: _jsx("div", { children: "\u5F00\u59CB\u6267\u884C mtxcli build" }) }));
|
|
18
|
-
const envBuild = {
|
|
19
|
-
...process.env,
|
|
20
|
-
NEXT_BUILD_OUTPUT: ".next",
|
|
21
|
-
};
|
|
22
|
-
delete envBuild.NODE_ENV;
|
|
23
|
-
yield _jsx(BotCard, { children: "\u6267\u884C next build " });
|
|
24
|
-
await exec(`bun run next build`, { env: envBuild });
|
|
25
18
|
yield _jsx(BotCard, { children: "\u6267\u884C git commit " });
|
|
26
19
|
await exec(`(git commit -a -m "release" || true)`);
|
|
27
20
|
const appPackages = await getWorkspacePackages();
|