I added `install-changed` to a project that uses yarn, and set it up like so: ``` install-changed --install-command "yarn install --frozen-lockfile" ``` but `npm install` seems to always be used when I run the above command.
I added
install-changedto a project that uses yarn, and set it up like so:but
npm installseems to always be used when I run the above command.