Conversation
Co-authored-by: Andrey Yamanov <tenphi@gmail.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📦 NPM canary releaseDeployed canary version 0.0.0-canary-41b773a. |
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
🧪 Storybook is successfully deployed!
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Co-authored-by: Andrey Yamanov <tenphi@gmail.com>

Summary
The
update-tastyCursor command told agents to skip steps 5–6 for snapshot/pre-release versions, butpnpm tsc --noEmitlived only at the end of step 6. Snapshot upgrades therefore skipped type verification entirely.Changes
pnpm tsc --noEmitcheck out of migration into a dedicated step that always runs after install.Latest commit:
docs(cursor): run tsc after snapshot tasty updates in update-tasty