@ruan-cat/vercel-deploy-tool 0.0.7 → 0.0.8
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.
- package/package.json +1 -1
- package/src/index.ts +1 -3
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -5,8 +5,6 @@ import { concat, isEmpty, isUndefined } from "lodash-es";
|
|
|
5
5
|
import { consola } from "consola";
|
|
6
6
|
import { isConditionsEvery, isConditionsSome } from "@ruan-cat/utils";
|
|
7
7
|
|
|
8
|
-
// import {} from "@ruan-cat/vercel-deploy-tool";
|
|
9
|
-
|
|
10
8
|
import {
|
|
11
9
|
initVercelConfig,
|
|
12
10
|
config,
|
|
@@ -246,7 +244,7 @@ function generateCopyDistTasks(deployTarget: WithUserCommands) {
|
|
|
246
244
|
parameters: [],
|
|
247
245
|
});
|
|
248
246
|
const { code, stdout } = await commandFunction();
|
|
249
|
-
consola.info(` 执行了命令: `,
|
|
247
|
+
consola.info(` 执行了命令: `, command);
|
|
250
248
|
consola.box(stdout);
|
|
251
249
|
});
|
|
252
250
|
});
|