mtxuilib 0.1.108 → 0.1.110
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.
|
@@ -12,7 +12,6 @@ export const diskSpaceReleaseTool = {
|
|
|
12
12
|
yield (_jsx(BotCard, { children: _jsx(StocksSkeleton, {}) }));
|
|
13
13
|
try {
|
|
14
14
|
const projectDir = projectRoot();
|
|
15
|
-
const vercelToken = process.env.VERCEL_TOKEN;
|
|
16
15
|
yield (_jsx(BotCard, { children: _jsx("div", { children: "\u6B63\u5728 \u91CA\u653Edocker \u78C1\u76D8\u7A7A\u95F4" }) }));
|
|
17
16
|
await exec(`sudo docker system prune -f`, {
|
|
18
17
|
shell: true,
|
|
@@ -17,7 +17,7 @@ export const releasePackagesTool = {
|
|
|
17
17
|
yield (_jsx(BotCard, { children: _jsx("div", { children: "\u5F00\u59CB\u6267\u884C mtxcli build" }) }));
|
|
18
18
|
const envBuild = {
|
|
19
19
|
...process.env,
|
|
20
|
-
NEXT_BUILD_OUTPUT:
|
|
20
|
+
NEXT_BUILD_OUTPUT: ".next",
|
|
21
21
|
};
|
|
22
22
|
delete envBuild.NODE_ENV;
|
|
23
23
|
yield _jsx(BotCard, { children: "\u6267\u884C next build " });
|