Skip to content

Commit cddf6ed

Browse files
committed
fix rm error
1 parent 8b0f8ef commit cddf6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function glob(pattern: string) {
1010
return result;
1111
}
1212

13-
await rm("dist", { recursive: true });
13+
await rm("dist", { recursive: true, force: true });
1414

1515
await Bun.build({
1616
target: "bun",

0 commit comments

Comments
 (0)