Skip to content

Packages Without a Build Script Shouldn't Account for Changed Dependencies#234

Description

@GermainBergeron

Hello,

First of all, thanks for the awesome project! It will probably saves us hours of compilation every month 馃帀

I have a monorepo that includes some "helpers" packages, installed by all my other packages. Those helpers don't have any build scripts. At first when I ran ultra-runner it detected that those packages had changed even if I didn't modify anything in them so I never hit the cache.

As soon as I added this empty script in my packages, I was able to hit the cache.

"scripts": {
  "build": ""
}

Shouldn't the packages without build script be ignored by dependent packages?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions