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?