diff --git a/build.ts b/build.ts index a830357..33d8fa0 100644 --- a/build.ts +++ b/build.ts @@ -1,6 +1,6 @@ import { $ } from 'bun' -await $`rm -rf out` +await $`rm -rf ./out` const targetMap = { 'bun-windows-x64': 'x86_64-pc-windows-msvc',