Skip to content

Commit 863be2a

Browse files
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

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,json}\"",
1515
"format:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,css,json}\"",
1616
"release:export": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/export-latest-ccswitchmulti.ps1",
17-
"history:tool:check": "python -m py_compile scripts/codex-history-tool/codex_history_tool.py",
1817
"release:local": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/local-release-pipeline.ps1",
1918
"release:local:skip-build": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/local-release-pipeline.ps1 -SkipBuild",
2019
"release:hook:install": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/install-local-release-hook.ps1",

0 commit comments

Comments
 (0)