Skip to content

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

@jlczuk

Description

@jlczuk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions