npx git-pull-run -p "package-lock.json" -c "npm install"
this command throws the following error
git-pull-run Running command 'npm' for change 'package-lock.json' in directory C:\...\...\...
error Error: Command failed with exit code 1: npm
the command being executed is npm and not npm install.