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