Skip to content

Commit 32b9dc5

Browse files
committed
fix(release): sync cli lockfile and pack docs
Refresh the CLI lockfile and local pack instructions so the beta.2 release workflow can install dependencies with a frozen lockfile and users can install the packed tarball reliably.
1 parent f5148b8 commit 32b9dc5

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ PromptHub 同时提供 GUI 和 CLI。CLI 适合脚本化管理、批量导入导
320320

321321
```bash
322322
pnpm pack:cli
323-
pnpm add -g ./apps/cli/prompthub-cli-0.5.6-beta.2.tgz
323+
pnpm add -g ./apps/cli/prompthub-cli-*.tgz
324324
prompthub --help
325325
prompthub prompt list
326326
```

docs/README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ PromptHub includes both a GUI and a CLI. The CLI is useful for scripts, batch op
269269

270270
```bash
271271
pnpm pack:cli
272-
pnpm add -g ./apps/cli/prompthub-cli-0.5.6-beta.2.tgz
272+
pnpm add -g ./apps/cli/prompthub-cli-*.tgz
273273
prompthub --help
274274
prompthub prompt list
275275
```

docs/README.zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ PromptHub 同時提供 GUI 與 CLI。CLI 適合腳本化管理、批次作業、
269269

270270
```bash
271271
pnpm pack:cli
272-
pnpm add -g ./apps/cli/prompthub-cli-0.5.6-beta.2.tgz
272+
pnpm add -g ./apps/cli/prompthub-cli-*.tgz
273273
prompthub --help
274274
prompthub prompt list
275275
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"build": "pnpm --filter @prompthub/desktop build",
1414
"build:cli": "pnpm --filter @prompthub/cli build",
15-
"pack:cli": "pnpm --filter @prompthub/cli pack",
15+
"pack:cli": "pnpm --dir apps/cli pack",
1616
"build:web": "pnpm --filter @prompthub/web build",
1717
"dev": "pnpm --filter @prompthub/desktop dev",
1818
"dev:cli": "pnpm --filter @prompthub/cli dev",

pnpm-lock.yaml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)