refactor: update generate cmds #939
Open
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.
Summary
apps/apiandapps/gatewayto usetsxinstead ofnodefor running TypeScript scriptstsxas a dependency in the rootpackage.jsonturbo.jsonto remove redundant dependency onbuildfor thegeneratepipelinepnpm-lock.yamlby removing older optional esbuild versions and adding new local package resolutionsChanges
Script Execution
generatescript inapps/api/package.jsonandapps/gateway/package.jsonfrom:tsxwithout prior compilation.Dependency Updates
tsxdependency (^4.19.2) to rootpackage.jsonto support running TypeScript scripts directly.pnpm-lock.yamlto reflect the new dependency and remove older optional esbuild versions (0.25.5), keeping only 0.25.8 and above.@llmgateway/cache,@llmgateway/db,@llmgateway/instrumentation,@llmgateway/logger,@llmgateway/models,@llmgateway/shared,gateway,worker) topnpm-lock.yaml.Turbo Pipeline
turbo.jsonto update thegeneratepipeline'sdependsOnfrom["build", "^generate"]to["^generate"]to streamline the build process.Test plan
pnpm generateinapps/apiandapps/gatewayto verify scripts execute correctly withtsx.generatepipeline in Turbo runs without requiring a priorbuildstep.pnpm installcompletes successfully with updated lockfile and dependencies.🌿 Generated by Terry
ℹ️ Tag @terragon-labs to ask questions and address PR feedback
📎 Task: https://www.terragonlabs.com/task/f1a28350-212b-49f0-a165-758c1c32e655