Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR fixes CI issues by improving debugging output in the publish script and correcting auto-generated router type definitions.
Changes:
- Enhanced error messages in the publish script to include the glob pattern used for package discovery
- Added logging statements to track NPM package and VSCode extension publishing progress
- Updated auto-generated router type definition paths to use correct relative paths
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/publish.ts | Added glob pattern to error messages for better debugging and added progress logging statements |
| packages/vscode/src/project/typed-router.d.ts | Corrected auto-generated file paths to use proper relative paths (removing packages/vscode prefix) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.