[ci] format

This commit is contained in:
Princesseuh 2022-07-28 16:07:57 +00:00 committed by fredkbot
parent cc10a5c8e0
commit c2512230ee

View file

@ -2,9 +2,9 @@
import degit from 'degit';
import { execa, execaCommand } from 'execa';
import fs from 'fs';
import os from 'os';
import { bgCyan, black, bold, cyan, dim, gray, green, red, reset, yellow } from 'kleur/colors';
import ora from 'ora';
import os from 'os';
import path from 'path';
import prompts from 'prompts';
import detectPackageManager from 'which-pm-runs';