fix: 删除输出目录时明确指定路径为 ./out

- 删除输出目录时明确指定路径为 ./out
This commit is contained in:
2026-01-18 14:02:18 +08:00
parent e133c006ce
commit 950ce3b77f

View File

@@ -1,6 +1,6 @@
import { $ } from 'bun' import { $ } from 'bun'
await $`rm -rf out` await $`rm -rf ./out`
const targetMap = { const targetMap = {
'bun-windows-x64': 'x86_64-pc-windows-msvc', 'bun-windows-x64': 'x86_64-pc-windows-msvc',