Skip to content

If package-lock.json is present, don't want to run npm ci #91

@pooja-hcom

Description

@pooja-hcom

Expected Behaviour

I want to run npm install instead of npm ci as my package-lock.json and package.json are not always in sync. Moreover, it would be better if we could provide a script option in node_modules comparator too just like custom comparator.

Actual Behaviour

Run npm install or my custom script if package-lock.json is present.

I'm using node version 14.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions