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 8b0f8ef commit cddf6edCopy full SHA for cddf6ed
scripts/dist.ts
@@ -10,7 +10,7 @@ async function glob(pattern: string) {
10
return result;
11
}
12
13
-await rm("dist", { recursive: true });
+await rm("dist", { recursive: true, force: true });
14
15
await Bun.build({
16
target: "bun",
0 commit comments