Commit 7c5a8ac
authored
Add missing, not modeled dependency on Yarn 1.22.22. (#938)
Related: pulumi/ci-mgmt#1624 (which I believe
it should be the long term fix)
This is required by the `Makefile` in multiple places and not modeled
anywhere. Example:
```make
install_nodejs_sdk::
-yarn unlink --cwd $(WORKING_DIR)/sdk/nodejs/bin
yarn link --cwd $(WORKING_DIR)/sdk/nodejs/bin
```1 parent c320b9e commit 7c5a8ac
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments