This commit is contained in:
2025-05-30 18:16:36 +08:00
parent 84d9fb2455
commit 239ba3ad10
7 changed files with 115 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.0.55-beta-3",
"version": "0.0.56-beta.4",
"description": "envision command tools",
"main": "dist/app.mjs",
"type": "module",
@@ -31,6 +31,7 @@
"dev": "NODE_ENV=development bun src/run.ts ",
"dev:tsx": "tsx src/run.ts ",
"build": "rimraf dist && bun run bun.config.mjs",
"pub:me": "npm publish --registry https://npm.xiongxiao.me --tag beta",
"postbuild": "cd assistant && pnpm build ",
"dts": "dts-bundle-generator --external-inlines=@types/jsonwebtoken src/index.ts -o dist/index.d.ts ",
"build:all": "rimraf dist && bun run bun.config.mjs && bun run assistant/bun.config.mjs"