Skip to content

Decide how we want to handle package-lock.json (and yarn.lock) #179

@salcode

Description

@salcode

We should either add this file to .gitignore because all of our dependencies are part of our build process and we want the latest version and if it breaks it is not catastrophic OR we should check this file in (which should be its own commit).

To complicate things, I've started using yarn rather than npm, which generates yarn.lock instead.

It seems kind of heavy to have two different lock files included, so I guess I'm leaning towards adding both of these files to .gitignore (but I'm open to other opinions).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions