Revert "chore: 切换到 bun publish,修复 husky 路径问题,调整 diff 折叠距离,导出 VoiceContext"

This reverts commit c80a6d062b.
This commit is contained in:
claude-code-best
2026-05-20 10:11:21 +08:00
parent 5957e26d9b
commit f6dcf63902
4 changed files with 11 additions and 8 deletions

View File

@@ -24,6 +24,11 @@ jobs:
with:
ref: ${{ github.event.inputs.version || github.ref }}
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6, 2026-04-25
with:
node-version: "24"
registry-url: "https://registry.npmjs.org"
- name: Setup Bun
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2, 2026-04-25
with:
@@ -38,9 +43,9 @@ jobs:
run: bun test
- name: Publish to npm
run: bun publish --access public
run: npm publish --provenance --access public
env:
BUN_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Generate changelog
id: changelog