ci: windows

This commit is contained in:
Dax Raad 2025-06-24 18:13:15 -04:00
parent ec001ca02f
commit 4f715e66dc

View file

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