docs: complie ts inside js-doc script#486
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Closes #477 |
|
c3b84a8 potentially fixed the issue too. I'll rebase since now the fix would be redundant. |
f221bc7 to
7a8f61b
Compare
|
@annastuchlik @adespawn Consider merging these changes so that it only defines how to build js reference docs in one place. Also, there's no need to include |
@adespawn @wprzytula Please review and merge this PR. While the current solution is working, it may get us in trouble in the future when we want to update the logic (after full migration to .ts) - and we'll have to remember to update it in two places. |
Problem
Multiversion is not publishing reference docs for .ts files.
Fix
Compile ts too in multiversion, not only when building the preview locally.