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 2b2c095 commit 0cc2101Copy full SHA for 0cc2101
src/prepare-repository.ts
@@ -8,6 +8,7 @@ import {
8
} from "./utilities.ts";
9
import fs from "node:fs/promises";
10
import { cloneRepository, type Repository } from "./repositories.ts";
11
+import spawn from "nano-spawn";
12
13
async function preparePrettierIgnoreFile(
14
directory: string,
0 commit comments