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

Remove test/config/build content of the built/published release tgz file. #201

Open
jlczuk opened this issue Jul 29, 2024 · 1 comment
Open

Comments

@jlczuk
Copy link

jlczuk commented Jul 29, 2024

Currently, the released packages include all files in the github repository. The release really doesn't need the test related files.

This is easily resolved and controlled by adding a "file" section to package.json. For example:

  "files": [
    "LICENSE.md",
    "README.md",
    "dist",
    "package.json",
    "explainer.md",
    "src",
    "demo"
  ],

I can create a PR for this if you like, but it's pretty trivial and maybe faster for one of the devs to just do it as part of the next release.

@jlczuk jlczuk changed the title Adjust content of the built/published release tgz file. Remove test/config/build content of the built/published release tgz file. Jul 29, 2024
@robdodson
Copy link
Collaborator

Hi @jlczuk, thanks for raising this issue. I haven't been actively maintaining this repo much since inert went stable a few years back, but this sounds like a good change that we should make. I can try to block out some time on my calendar this week to do it and publish another version.

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

No branches or pull requests

2 participants