Commit 78c6d4f
committed
fix(ci): build workspace packages before demo gen so fhir-gen is on PATH
The new demo-build steps in the docs deploy run `pnpm gen` which calls
`fhir-gen` from @fhir-dsl/cli. pnpm install doesn't auto-build workspace
packages, so the binary symlink resolves to a non-existent file. Add a
`pnpm build` step (root, excludes demo via filter) before the gen step.1 parent ba8c6fa commit 78c6d4f
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
0 commit comments