[ci] format
This commit is contained in:
parent
1430ffb473
commit
8341c461b5
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
/* eslint no-console: 'off' */
|
||||
import { color, label, say as houston, spinner as load } from '@astrojs/cli-kit';
|
||||
import { align, sleep } from '@astrojs/cli-kit/utils';
|
||||
import { execa } from 'execa';
|
||||
import { exec } from 'node:child_process';
|
||||
import { get } from 'node:https';
|
||||
import { execa } from 'execa';
|
||||
import preferredPM from 'preferred-pm';
|
||||
import stripAnsi from 'strip-ansi';
|
||||
|
||||
|
|
Loading…
Reference in a new issue