fix(build): add debug logging to build script to list dist_ts and dist_ts_interfaces before and after bundling

This commit is contained in:
2026-03-05 11:49:24 +00:00
parent 8d57547ace
commit 925b2f4518
4 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-03-05 - 11.0.11 - fix(build)
add debug logging to build script to list dist_ts and dist_ts_interfaces before and after bundling
- Updated package.json build script to echo markers and run find on dist_ts and dist_ts_interfaces before and after npm run bundle to surface generated directories.
- Purpose: aid debugging and verification of TypeScript build and bundling outputs by printing directory listings to the console.
- Non-breaking change: only increases build-time console output; does not alter build artifacts or behavior.
## 2026-03-05 - 11.0.10 - fix(playwright-mcp)
remove committed Playwright artifacts and add .playwright-mcp/ to .gitignore