Commit 863be2a
committed
fix(release): remove duplicate history tool script
Remove the duplicate package.json history:tool:check script key before finalizing v3.16.4-5 release assets.
The duplicate key caused esbuild/Vite to warn during the local release build even though the command value was identical. Keeping a single script preserves behavior and makes the formal release build log clean.
Validation: pnpm exec prettier --check package.json; pnpm history:tool:check; pnpm typecheck; git diff --check.1 parent 700df21 commit 863be2a
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments