Commit d1f3a5b
committed
ci: install fern-api globally in workflows that invoke fern
The fern CLI isn't a workspace dependency, so `yarn install` doesn't put
it on PATH and `yarn fern-check` fails with `/bin/sh: 1: fern: not found`.
Install fern-api globally in fern-check and publish-docs before any step
that calls fern directly.1 parent 1297141 commit d1f3a5b
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments