Skip to content

Should not run npm ci after manually installing a dependency. #1

@dg-eparizzi

Description

@dg-eparizzi

After properly setting pkgmon as described, if I manually install a new dependency "npm install some-package", after I run my start command, pkgmon will detect a change in my package.json and run the full npm ci which takes a lot of time.

There has to be a better way to deal with this.

Have you thought about using npm prune and npm install instead of npm ci?

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