Skip to content

fix(typescript): switch to linking to prebuilt packages#789

Merged
chris-olszewski merged 1 commit intomainfrom
olszewski/fix_ts_build
Mar 26, 2026
Merged

fix(typescript): switch to linking to prebuilt packages#789
chris-olszewski merged 1 commit intomainfrom
olszewski/fix_ts_build

Conversation

@chris-olszewski
Copy link
Copy Markdown
Member

@chris-olszewski chris-olszewski commented Mar 26, 2026

What was changed

Switch from file to link protocol since we don't need to "install" the locally built packages, but can instead just symlink to them.

Why?

Previously we would fail if attempting to use a local checkout for running tests e.g. as the local setup would use workspace: protocol which cannot be resolved outside of that workspace so installation would fail.

Checklist

  1. Closes

  2. How was this tested:
    go run . run --lang ts --version "$(realpath ../typescript)" and go run . run --lang ts now both pass locally for me. Previously specifying version as a path would result in the failure described above.

  3. Any docs updates needed?

@chris-olszewski chris-olszewski requested review from a team as code owners March 26, 2026 15:53
@chris-olszewski chris-olszewski merged commit 8ed76d2 into main Mar 26, 2026
26 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/fix_ts_build branch March 26, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants