feat(cli): wire preview npm publishing
This commit is contained in:
parent
23a87f8dc5
commit
1311adfa3f
6 changed files with 182 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue