Skip to content

Commit 0f78e47

Browse files
committed
fix: 纠正项目构建命令
1 parent ace894d commit 0f78e47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/create.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ class Creator {
8989
if (!installed) {
9090
console.log(chalk.cyan(` ${chalk.gray("$")} npm install`));
9191
}
92-
console.log(chalk.cyan(` ${chalk.gray("$")} lcui compile ./src`));
93-
console.log(chalk.cyan(` ${chalk.gray("$")} xmake`));
92+
console.log(chalk.cyan(` ${chalk.gray("$")} lcui build`));
9493
console.log(chalk.cyan(` ${chalk.gray("$")} xmake run app\n`));
9594
}
9695
}

0 commit comments

Comments
 (0)