这是indexloc提供的服务,不要输入任何密码
Skip to content

Dependants do not rebuild when changing something in a dependency #169

@Jarrku

Description

@Jarrku

What version of Turborepo are you using?

1.0.4

Describe the Bug

Dependant projects hit a cache if only a dependency has changed. Changing something to packages/ui should result in a rebuild of the apps.

Expected Behavior

if I change something in packages/ui, I'd expect that the dependants (apps/docs | apps/web) would not hit a cache and rebuild.

To Reproduce

  • Run npx create-turbo
  • yarn build to build the cache
  • Change something in packages/ui/Button.tsx
  • Rerun yarn build -> Everything is outputted as already built.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions