Skip to content

fix: errors in CI, turbo config for navigation package, ENOSPC in CI#387

Open
artus9033 wants to merge 5 commits into
mainfrom
fix/navigation-turbo-cache-issue
Open

fix: errors in CI, turbo config for navigation package, ENOSPC in CI#387
artus9033 wants to merge 5 commits into
mainfrom
fix/navigation-turbo-cache-issue

Conversation

@artus9033

Copy link
Copy Markdown
Collaborator

Summary

The brownfield navigation package did not include a turbo.json specifying its lib outputs, sometimes causing the CI to skip build & restore a turbo cache possibly not containing these artifacts, which caused the CI to fail.

Test plan

CI green.

@artus9033 artus9033 self-assigned this Jun 18, 2026
Copilot AI review requested due to automatic review settings June 18, 2026 15:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds missing Turborepo task configuration for @callstack/brownfield-navigation so CI caching correctly captures the package’s build artifacts instead of potentially restoring an incomplete cache.

Changes:

  • Add packages/brownfield-navigation/turbo.json to declare build task inputs/outputs (lib/**).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +5 to +8
"build": {
"inputs": ["src/**/*"],
"outputs": ["lib/**"]
}
@artus9033 artus9033 requested a review from hurali97 June 18, 2026 16:03
@artus9033 artus9033 force-pushed the fix/navigation-turbo-cache-issue branch from c010d2b to 301c749 Compare June 18, 2026 17:40
@artus9033 artus9033 changed the title fix: add turbo configuration to brownfield-navigation to fix CI errors - navigation build artifacts fix: errors in CI, turbo config for navigation package, ENOSPC in CI Jun 18, 2026
@artus9033 artus9033 force-pushed the fix/navigation-turbo-cache-issue branch from 4cef4b4 to 5789ff7 Compare June 19, 2026 00:27
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