fix(ci): 修复 postinstall + Bun 版本对齐
- 移除缺失的 setup-chrome-mcp.mjs (CCB Chrome 集成,CCP 不需要) - CI Bun: 1.3.11 → 1.3.14 (对齐本地环境)
This commit is contained in:
parent
a2f098a746
commit
c83542af8f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: '1.3.11'
|
||||
bun-version: '1.3.14'
|
||||
|
||||
- name: Replace mirror URLs
|
||||
run: sed -i '' 's|registry.npmmirror.com|registry.npmjs.org|g' bun.lock
|
||||
|
|
|
|||
|
|
@ -36,9 +36,7 @@
|
|||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"scripts/postinstall.cjs",
|
||||
"scripts/run-parallel.mjs",
|
||||
"scripts/setup-chrome-mcp.mjs"
|
||||
"scripts/postinstall.cjs"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "bun run build.ts",
|
||||
|
|
@ -62,7 +60,7 @@
|
|||
"check:bundle": "bun run scripts/check-bundle-integrity.ts",
|
||||
"check:unused": "knip-bun",
|
||||
"health": "bun run scripts/health-check.ts",
|
||||
"postinstall": "node scripts/run-parallel.mjs scripts/postinstall.cjs scripts/setup-chrome-mcp.mjs",
|
||||
"postinstall": "node scripts/postinstall.cjs",
|
||||
"docs:dev": "npx mintlify dev",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"precheck": "bun run typecheck && bun run check:fix && bun test",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user