[ci] format
This commit is contained in:
parent
8c14bffbd9
commit
607c3a04cc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import type { Context } from './context';
|
||||
import { color } from '@astrojs/cli-kit';
|
||||
import { execa } from 'execa';
|
||||
import { error, info, spinner, title } from '../messages.js';
|
||||
import type { Context } from './context';
|
||||
|
||||
export async function dependencies(
|
||||
ctx: Pick<Context, 'install' | 'yes' | 'prompt' | 'pkgManager' | 'cwd' | 'dryRun'>
|
||||
|
|
Loading…
Reference in a new issue