[style] [s]: lint fixes
This commit is contained in:
parent
0fb438ac16
commit
31ef909081
@ -105,16 +105,18 @@ async function run() {
|
||||
},
|
||||
]);
|
||||
|
||||
tasks
|
||||
.run()
|
||||
.then(()=> {
|
||||
console.log()
|
||||
console.log(`${chalk.greenBright('Instalation Completed!')}`)
|
||||
console.log()
|
||||
console.log(`Run ${chalk.cyan('cd '+ projectPath)} and ${chalk.green('yarn dev')} or ${chalk.yellow('npm run dev')}`)
|
||||
console.log()
|
||||
console.log('Enjoy =)')
|
||||
})
|
||||
tasks.run().then(() => {
|
||||
console.log();
|
||||
console.log(`${chalk.greenBright("Instalation Completed!")}`);
|
||||
console.log();
|
||||
console.log(
|
||||
`Run ${chalk.cyan("cd " + projectPath)} and ${chalk.green(
|
||||
"yarn dev"
|
||||
)} or ${chalk.yellow("npm run dev")}`
|
||||
);
|
||||
console.log();
|
||||
console.log("Enjoy =)");
|
||||
});
|
||||
}
|
||||
|
||||
//Main CLI execution workflow
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user