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
TurboSnap currently detects and evaluates yarn and npm lockfiles to avoid re-testing everything if possible. This should also be supported for projects using pnpm.
Proposed solution
Update this bit of code and related tests to ensure pnpm-lock.yaml are supported.
The text was updated successfully, but these errors were encountered:
On real prod repos where pnpm is used this affects a lot the expenses unfortunately and would be great to solve it ASAP. Meantime I think we will try to generate a yarn/npm lock file to avoid full execution of the snapshots
Feature request
TurboSnap currently detects and evaluates yarn and npm lockfiles to avoid re-testing everything if possible. This should also be supported for projects using
pnpm
.Proposed solution
Update this bit of code and related tests to ensure
pnpm-lock.yaml
are supported.The text was updated successfully, but these errors were encountered: