We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bae8da commit d5c409dCopy full SHA for d5c409d
src/setup/steps/uninstallPackages.ts
@@ -3,4 +3,5 @@ import { $ } from "execa";
3
export async function uninstallPackages() {
4
await $`pnpm remove @clack/prompts chalk execa git-remote-origin-url git-url-parse js-yaml npm-user octokit prettier replace-in-file title-case`;
5
await $`pnpm remove @octokit/request-error @types/git-url-parse @types/js-yaml @types/prettier all-contributors-cli c8 globby tsx -D`;
6
+ await $`pnpm add prettier -D`;
7
}
0 commit comments