yg-team-cli 2.4.3 → 2.4.4
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/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2674,7 +2674,7 @@ var init_breakdown = __esm({
|
|
|
2674
2674
|
const ctx = await tasks.run();
|
|
2675
2675
|
logger.newLine();
|
|
2676
2676
|
logger.header("Spec \u62C6\u5206\u5B8C\u6210!");
|
|
2677
|
-
logger.success(`Milestones \u5DF2\u6DFB\u52A0\u5230: ctx.selectedFile}`);
|
|
2677
|
+
logger.success(`Milestones \u5DF2\u6DFB\u52A0\u5230: ${ctx.selectedFile}`);
|
|
2678
2678
|
logger.newLine();
|
|
2679
2679
|
logger.info("\u4E0B\u4E00\u6B65:");
|
|
2680
2680
|
logger.step("1. \u68C0\u67E5\u62C6\u5206\u7ED3\u679C\uFF0C\u6839\u636E\u9700\u8981\u8C03\u6574");
|