mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
cli: update deps
This commit is contained in:
@@ -72,9 +72,7 @@ export async function addAddonsToProject(
|
||||
}
|
||||
|
||||
log.info(
|
||||
pc.green(
|
||||
`Adding ${input.addons.join(", ")} to ${config.frontend.join("/")}`,
|
||||
),
|
||||
`Adding ${input.addons.join(", ")} to ${config.frontend.join("/")}`,
|
||||
);
|
||||
|
||||
await setupAddonsTemplate(projectDir, config);
|
||||
|
||||
@@ -209,13 +209,11 @@ export async function addAddonsHandler(input: AddInput): Promise<void> {
|
||||
});
|
||||
} else {
|
||||
log.info(
|
||||
pc.yellow(
|
||||
`Run ${pc.bold(`${packageManager} install`)} to install dependencies`,
|
||||
),
|
||||
`Run ${pc.bold(`${packageManager} install`)} to install dependencies`,
|
||||
);
|
||||
}
|
||||
|
||||
outro(pc.green("Add command completed successfully!"));
|
||||
outro("Add command completed successfully!");
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user