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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user