We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--install-command
I added install-changed to a project that uses yarn, and set it up like so:
install-changed
install-changed --install-command "yarn install --frozen-lockfile"
but npm install seems to always be used when I run the above command.
npm install
The text was updated successfully, but these errors were encountered:
Seems like what's on master needs to be published to npm. This is what version 1.1.0 (latest release) looks like locally
master
Sorry, something went wrong.
See #15
No branches or pull requests
I added
install-changed
to a project that uses yarn, and set it up like so:but
npm install
seems to always be used when I run the above command.The text was updated successfully, but these errors were encountered: