Build workspace packages after their devDependencies - #18
Merged
Conversation
CI topological build compiled apihelper before helpers/dist existed; --topological-dev honors the helpers devDependency, and the S3 allowlist is wrapped to satisfy array-bracket-newline.
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.
Summary
buildscript from--topologicalto--topological-devso@churchapps/helpers(a devDependency of apihelper/apphelper) is compiled before those packages. This unblocks CI's "Build all packages (topological)" step, which has been failing withTS2307: Cannot find module '@churchapps/helpers'since before the 2026-08-16 wave.PUBLIC_CONTENT_TYPE_PREFIXESinapihelper/src/helpers/S3UploadPolicy.tsso the 8-item array satisfiesarray-bracket-newline(wave-introduced lint error from Constrain S3 upload ACL and types #16).Test plan
src/— 0 errorslint:checkforeach) — passDo not merge from this PR unless you intend to; this is the lint/CI-build fix only.