We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace894d commit 0f78e47Copy full SHA for 0f78e47
lib/create.js
@@ -89,8 +89,7 @@ class Creator {
89
if (!installed) {
90
console.log(chalk.cyan(` ${chalk.gray("$")} npm install`));
91
}
92
- console.log(chalk.cyan(` ${chalk.gray("$")} lcui compile ./src`));
93
- console.log(chalk.cyan(` ${chalk.gray("$")} xmake`));
+ console.log(chalk.cyan(` ${chalk.gray("$")} lcui build`));
94
console.log(chalk.cyan(` ${chalk.gray("$")} xmake run app\n`));
95
96
0 commit comments