Commit 2e39616
authored
ci: set npmAuthToken in yarnrc, not npmrc (#2603)
## Summary:
With #2560 and followup changes, we call `yarn npm publish` directly
instead of `nx release publish` (Which indirectly used npm publish).
Yarn's NPM publish command grabs its auth token from `.yarnrc.yml`, not
`.npmrc`. Let's update our CI steps that set this.
## Test Plan:
Tested that I can call `yarn config set / unset` to set and unset these
values.1 parent b4fec97 commit 2e39616
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
0 commit comments