You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip unnecessary rebuilds when no dependencies changed
Add a check step to the rebuild workflow that compares the last commit
touching dependency files against the last dist build commit. If no
dependency files changed since the last rebuild, all subsequent steps
are skipped, avoiding unnecessary install and build cycles.
0 commit comments