Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GermainBergeron opened this issue Sep 16, 2021 · 0 comments

Comments

@GermainBergeron
Copy link

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?

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

No branches or pull requests

1 participant