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
Is there any way to have grunt-subgrunt install only from lock files (I.e., without updating the lock file?)
grunt-subgrunt
E.g., npm ci or yarn install --frozen-lockfile
npm ci
yarn install --frozen-lockfile
The text was updated successfully, but these errors were encountered:
Hello, no it is not – but you could make a PR to allow changing the args here: https://github.com/tusbar/grunt-subgrunt/blob/master/tasks/subgrunt.js#L10
Sorry, something went wrong.
Thanks, I'll take a look at that.
Successfully merging a pull request may close this issue.
Is there any way to have
grunt-subgrunt
install only from lock files (I.e., without updating the lock file?)E.g.,
npm ci
oryarn install --frozen-lockfile
The text was updated successfully, but these errors were encountered: