Skip to content

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

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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