-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
area: ergonomicsIssues and features impacting the developer experience of using turboIssues and features impacting the developer experience of using turbo
Description
Describe the feature you'd like to request
As a user, I want to be able to cache tasks defined in the root package.json
and cache them.
Describe the solution you'd like
- Ability to specify inputs to task #523
- Consider migrating env vars to
inputs
and out ofdependsOn
? idk?
- Consider migrating env vars to
- Update task graph construction to include root task edges in scheduler https://github.com/vercel/turborepo/blob/main/cli/internal/core/scheduler.go#L183
- We may also need to adjust resolving root deps, perhaps we can simply add the root to
PackageInfos
and clean up specialized lockfile resolution https://github.com/vercel/turborepo/blob/main/cli/internal/context/context.go#L164
- We may also need to adjust resolving root deps, perhaps we can simply add the root to
Describe alternatives you've considered
None
janbiasi, codyzu, wh1t3cAt1k, TinkGu and tapz
Metadata
Metadata
Assignees
Labels
area: ergonomicsIssues and features impacting the developer experience of using turboIssues and features impacting the developer experience of using turbo