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
Our use case: we depend on nodegit which has a very expensive (120s+) lifecycle hook:
[85,797 / 85,799] Running lifecycle hooks on npm package [email protected]_t2g22a3cflk65wz3kqpekiolbu [for tool]; 45s local
We literally never change the version of nodegit we use so I'd expect that this lifecycle hook output is cached on my laptop forever (or at least until I clear it manually) but that is not the case. It seems that some set of conditions cause this thing to rebuild sometimes ... I have not figured out what they are.
There have been reports of lifecycle hooks re-running unnecessarily, when no inputs change.
The text was updated successfully, but these errors were encountered: