0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Florian Lefebvre 2024-04-02 17:53:55 +00:00 committed by astrobot-houston
parent ce98563112
commit 16d3f1897a

View file

@ -859,9 +859,7 @@ export async function validateIntegrations(integrations: string[]): Promise<Inte
if (firstPartyPkgCheck.message) {
spinner.warn(yellow(firstPartyPkgCheck.message));
}
spinner.warn(
yellow(`${bold(integration)} is not an official Astro package.`)
);
spinner.warn(yellow(`${bold(integration)} is not an official Astro package.`));
const response = await prompts({
type: 'confirm',
name: 'askToContinue',