Preventing unnecessary re-builds for dev: hash-runner #9144
theogravity
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/theogravity/hash-runner
Use-case
For example, consider the following
turbo
configuration:When running
turbo [watch] dev
, it will trigger a build even when no changes are detected in@internal/some-package
.By using
hash-runner
, thebuild
command will still run on@internal/some-package
, but it won't actually execute the underlying build command unless changes are detected.Visit the repo link for usage information.
Beta Was this translation helpful? Give feedback.
All reactions