Skip to content
New issue

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

npm or yarn install from lock file #83

Open
samatcd opened this issue Jul 30, 2019 · 2 comments · May be fixed by #84
Open

npm or yarn install from lock file #83

samatcd opened this issue Jul 30, 2019 · 2 comments · May be fixed by #84

Comments

@samatcd
Copy link

samatcd commented Jul 30, 2019

Is there any way to have grunt-subgrunt install only from lock files (I.e., without updating the lock file?)

E.g., npm ci or yarn install --frozen-lockfile

@tusbar
Copy link
Owner

tusbar commented Jul 31, 2019

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

@samatcd
Copy link
Author

samatcd commented Jul 31, 2019

Thanks, I'll take a look at that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants