Skip to content
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

fix: Fix NPM binary publication #1371

Merged
merged 2 commits into from Mar 12, 2024

Conversation

joeyparrish
Copy link
Member

The default .npmignore would disallow bin/, which contains binaries for our NPM release. Every release before v3.0.3 was missing .npmignore, and therefore had no binaries. These were unusable in NPM, and have been marked as deprecated because of it.

Closes #1369

The default .npmignore would disallow bin/, which contains binaries
for our NPM release.  Every release before v3.0.3 was missing
.npmignore, and therefore had no binaries.  These were unusable in
NPM, and have been marked as deprecated because of it.

Closes shaka-project#1369
@joeyparrish
Copy link
Member Author

I verified this manually through npm pack. Final verification will be through the job https://github.com/joeyparrish/shaka-packager/actions/runs/8254276102, which will publish to https://www.npmjs.com/package/@joeyparrish/shaka-packager-staging

@joeyparrish
Copy link
Member Author

Now verified through the full publication process.

@joeyparrish joeyparrish merged commit 4cb6536 into shaka-project:main Mar 12, 2024
35 checks passed
@joeyparrish joeyparrish deleted the fix-npm-binaries branch March 12, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPM packages broken before v3.0.3
2 participants