You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have scenario where repository contains multiple node projects with each project having its own yarn.lock. I want to be able to have this task to traverse the repo and execute yarn install when it finds yarn.lock file similar to nuget restore task where you can provide a wild card and the task does the the job of traversing and restoring nuget packages. I believe this is a common scenario and would be plus if you add the capability
The text was updated successfully, but these errors were encountered:
I love this suggestion, this will definitely bring an additional value to the Task. I've been thinking about the best approach.
I think I'll introduce a multimatch option to select the appropriate files, and then run yarn install on the containing directories of the selected files. It would give the opportunity to write exclusion rules if one don't need everything to be installed.
I have scenario where repository contains multiple node projects with each project having its own yarn.lock. I want to be able to have this task to traverse the repo and execute yarn install when it finds yarn.lock file similar to nuget restore task where you can provide a wild card and the task does the the job of traversing and restoring nuget packages. I believe this is a common scenario and would be plus if you add the capability
The text was updated successfully, but these errors were encountered: