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

compute-baseline: make it npm pack-able #910

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

ddbeck
Copy link
Collaborator

@ddbeck ddbeck commented Apr 19, 2024

This is a prerequisite to publishing the package.

To see how this works out, you can do something like npm pack --workspace=compute-baseline to get a .tgz that's installable elsewhere. Right now, the (complex) logic of .gitignore in workspaces means some essential files don't make it into the tarball. After this change, it's sufficiently complete to install. (I used this in the burndown generation yesterday.)

Later, when we have a README, we'll need to add it to the list of files.

This is a prerequisite to publishing the package.
@ddbeck ddbeck merged commit 477f11f into web-platform-dx:main Apr 19, 2024
3 checks passed
@ddbeck ddbeck deleted the fix-npm-pack branch April 19, 2024 10:00
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.

2 participants