ci: publish

This commit is contained in:
Dax Raad 2026-06-04 19:23:26 -04:00
commit 057958c933
4 changed files with 7 additions and 4 deletions

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,