feat(cli): wire preview npm publishing

This commit is contained in:
Dax Raad 2026-06-04 00:43:49 -04:00
commit 1311adfa3f
6 changed files with 182 additions and 10 deletions

View file

@ -2,12 +2,14 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/cli",
"version": "1.15.13",
"private": true,
"type": "module",
"license": "MIT",
"bin": {
"lildax": "./src/index.ts"
"lildax": "./bin/lildax.cjs"
},
"files": [
"bin"
],
"scripts": {
"build": "bun run script/build.ts",
"dev": "bun run src/index.ts",