Skip to content

Improve packaging for publishing tasks #203

Open
@ffoodd

Description

@ffoodd

As you may read in how to publish your package on npm?, it's pretty easy to ignore dist/ folder from Git and still publish it to npm, by:

  • ignoring dist/ from Git in the .gitignore file,
  • adding dist/ folder to the npm package by adding it to the files entry in package.json.

This post also helps with pushing dist-tags, which could be handy for v3 (and soon v4).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions