Skip to content

Conversation

@kairosci
Copy link

Fixes #10516.

This PR allows dependsOn configuration to reference package scripts that are not explicitly defined in turbo.json.
Previously, this would result in a Missing package task error. This change makes turbo check the package's package.json scripts as a fallback.

Included a reproduction test case tests/task-dependencies/repro-10516.t.

@kairosci kairosci requested a review from a team as a code owner January 11, 2026 23:55
@kairosci kairosci requested a review from tknickman January 11, 2026 23:55
@vercel
Copy link
Contributor

vercel bot commented Jan 11, 2026

@kairosci is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@kairosci kairosci force-pushed the fix/resolve-package-scripts branch from a945d0c to f6c7a47 Compare January 12, 2026 08:09
@kairosci kairosci changed the title fix(engine): fallback to package scripts for missing tasks Fix(engine): fallback to package scripts for missing tasks Jan 12, 2026
@kairosci kairosci changed the title Fix(engine): fallback to package scripts for missing tasks fix(engine): Fallback to package scripts for missing tasks Jan 12, 2026
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.

Could not find "script" in package but it exists

1 participant