fix: sync npm lockfile for Excel runtime #12
Reference in New Issue
Block a user
Delete Branch "codex/fix-excel-package-lock"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
修复 main CI 的 npm ci lockfile mismatch。Excel 功能加入 exceljs 后只更新了 pnpm-lock.yaml,本提交同步 package-lock.json 及传递依赖。
验证:npm ci --include=optional 成功;Excel/remount 测试 5/5;Vite build 成功。