Skip to content

Commit

Permalink
fix: 纠正项目构建命令
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed May 14, 2024
1 parent fecdca7 commit 228fba3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ class Creator {
if (!installed) {
console.log(chalk.cyan(` ${chalk.gray("$")} npm install`));
}
console.log(chalk.cyan(` ${chalk.gray("$")} lcui compile ./src`));
console.log(chalk.cyan(` ${chalk.gray("$")} xmake`));
console.log(chalk.cyan(` ${chalk.gray("$")} lcui build`));
console.log(chalk.cyan(` ${chalk.gray("$")} xmake run app\n`));
}
}
Expand Down

0 comments on commit 228fba3

Please sign in to comment.