mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
ce98563112
commit
16d3f1897a
1 changed files with 1 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue