remove windows builds

pull/151/head v0.1.62
Dax Raad 2025-06-16 15:11:14 -04:00
parent fcaf0e6dbf
commit ac096d84ad
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const targets = [
["linux", "x64"],
["darwin", "x64"],
["darwin", "arm64"],
["windows", "x64"],
// ["windows", "x64"],
]
await $`rm -rf dist`