[ci] format

This commit is contained in:
Erika 2024-04-04 07:10:05 +00:00 committed by astrobot-houston
parent 0464563e52
commit 45414a21cc

View file

@ -1,6 +1,7 @@
import { createRequire } from 'node:module';
import { pathToFileURL } from 'node:url';
import boxen from 'boxen';
import ci from 'ci-info';
import { execa } from 'execa';
import { bold, cyan, dim, magenta } from 'kleur/colors';
import ora from 'ora';
@ -8,7 +9,6 @@ import prompts from 'prompts';
import resolvePackage from 'resolve';
import whichPm from 'which-pm';
import { type Logger } from '../core/logger/core.js';
import ci from 'ci-info';
const require = createRequire(import.meta.url);
type GetPackageOptions = {