Skip to content

Missing lockfile package-lock.json or yarn.lock #12

@emanuelb

Description

@emanuelb

The repo doesn't contain a lockfile file such as package-lock.json (when npm used) or yarn.lock (when yarn used), which enable reproducible-builds as the same versions can be used when rebuilding the app by using npm ci command which currently fail with error.

fix: include lockfile in the repo, and ensure app compilation work when npm ci or yarn install --frozen-lockfile is used to install deps (needed for reproducible deps installation)

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