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
pnpm bin symlinks aren't reliable in CI (install runs before cli/dist
exists), and npx --package kept resolving to 'fhir-gen: not found'.
The Build workspace packages step ahead of this guarantees the dist
file exists, so calling node on it directly is the most predictable
path.
0 commit comments