helloworld project sample for Typescript#344
Draft
THardy98 wants to merge 8 commits into
Draft
Conversation
0957c31 to
c9d8804
Compare
Project images now use the same prepared directory name for worker and scenario runtime paths. The Dockerfiles only conditionally add --project-name, while the shared entrypoint derives the project prebuilt path instead of carrying separate project-specific env vars. TypeScript project builds install and build workspace dependencies first, then run sdkbuild from the project fixture directory with an absolute file: harness dependency. CI also stops adding a Python-only v prefix to SDK versions
Root TS workspace runs root proto-gen before harness build. Removed the `prepare` script during harness install. Check that both the JS and TS output exist when checking protogen
213fa51 to
6121a0c
Compare
3f59ad0 to
f315b9d
Compare
…which fails when go walks the tree for ./...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was changed
Add a
helloworldproject sample for the Typescript harnessWhy?
Showcase, reference sample
Added to test suite and CI