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
// Do this after building dependencies, to ensure all transitive dependencies are built
625
-
// even if the package itself is already built.
624
+
// Return early if the package is already built. We're explicitly performing this check after having built all the dependencies.
625
+
// Previously we had it before, but that resulted in failed builds as there's no guarantee that the cache will contain transitive dependencies; in our case they were sometimes evicted from the cache due to S3 lifecycle rules
0 commit comments