Skip to content

fix: Fix yarn create-package #6126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2025
Merged

fix: Fix yarn create-package #6126

merged 1 commit into from
Jul 17, 2025

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Jul 16, 2025

Explanation

The create-package script was failing due to unused ts-expect-error directives. The directives became unused recently in #5810 after an update.

To test this, run yarn create-package --help. It should no longer throw an error.

References

Broken since #5810

Changelog

N/A

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

The `create-package` script was failing due to unused `ts-expect-error`
directives. The directives became unused recently in #5810 after an
update.
@Gudahtt Gudahtt force-pushed the fix-yarn-create-package branch from 383e6ac to 421a904 Compare July 17, 2025 12:06
@Gudahtt Gudahtt enabled auto-merge (squash) July 17, 2025 12:06
@Gudahtt Gudahtt merged commit 69922c4 into main Jul 17, 2025
211 checks passed
@Gudahtt Gudahtt deleted the fix-yarn-create-package branch July 17, 2025 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants