Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ jobs:
# --message 自定义版本提交信息,包含 [skip ci] 防止循环触发
# --------------------------------------------------------
- name: Publish packages (no push)
# --------------------------------------------------------
# 考虑cli-inject被所有其他包在build阶段以来 故此需要构建inject 包括 inject依赖的 utils
# --------------------------------------------------------
run: |
npx lerna run build --scope=@done-coding/cli-utils --scope=@done-coding/cli-inject
npx lerna publish --yes --conventional-graduate --no-push --message "chore(release): publish [skip ci]"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@done-coding/cli",
"version": "0.15.22",
"version": "0.15.23-alpha.0",
"description": "done-coding命令行工具",
"private": false,
"module": "es/cli.mjs",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@done-coding/cli-publish": "workspace:0.7.16",
"@done-coding/cli-template": "workspace:0.8.10",
"@done-coding/cli-utils": "workspace:0.8.4",
"create-done-coding": "workspace:0.11.25"
"create-done-coding": "workspace:0.11.26-alpha.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-done-coding",
"version": "0.11.25",
"version": "0.11.26-alpha.0",
"description": "项目创建命令行工具",
"module": "es/index.mjs",
"type": "module",
Expand Down
7 changes: 2 additions & 5 deletions packages/create/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
* @Description :
* @Author : supengfei
* @Date : 2026-01-23 23:09:08
* @LastEditors : supengfei
* @LastEditTime : 2026-02-08 11:06:03
* @LastEditors : JustSoSu
* @LastEditTime : 2026-04-14 15:44:31
*/
import { FormNameEnum } from "./formNameEnum";
import { McpCreateToolParams } from "./mcp";

export * from "./formNameEnum";

export { FormNameEnum };

export type { McpCreateToolParams };

export enum SubcommandEnum {
CREATE = "create",
}
Expand Down
21 changes: 0 additions & 21 deletions packages/create/src/types/mcp.ts

This file was deleted.

2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading