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.