switch release workflow to binary only

This commit is contained in:
Advait Paliwal
2026-04-10 11:02:50 -07:00
parent 790824af20
commit b3a82d4a92
8 changed files with 24 additions and 87 deletions

View File

@@ -45,8 +45,6 @@ const terminalCommands = [
const installCommands = [
{ label: "curl", command: "curl -fsSL https://feynman.is/install | bash" },
{ label: "pnpm", command: "pnpm add -g @companion-ai/feynman" },
{ label: "bun", command: "bun add -g @companion-ai/feynman" },
]
---