ci: publish

This commit is contained in:
Dax Raad
2026-06-04 19:23:41 -04:00
parent b1a7ee5695
commit 057958c933
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -35,6 +35,7 @@ await Bun.file(`./dist/${pkg.name}/package.json`).write(
bin: { lildax: "./bin/lildax" },
version,
license: pkg.license,
repository: { type: "git", url: "git+https://github.com/anomalyco/opencode.git" },
os: ["darwin", "linux", "win32"],
cpu: ["arm64", "x64"],
optionalDependencies: binaries,