Skip to content

Commit

Permalink
disable pnpm-lock.yaml caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaifer committed Jan 4, 2023
1 parent fd8c119 commit d4a0fee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/lib/create-next-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ async function createNextInstall({
const cachedFiles = [
// We can't cache node-modules because .pnpm store must be on the same mount - we can't move it between mountpoints
// 'node_modules',
'pnpm-lock.yaml',
// FIXME: caching lock file caused itssues and It's not possible when we don't use turbo which we had to disable temporarily
// 'pnpm-lock.yaml',
]

if (
Expand Down

0 comments on commit d4a0fee

Please sign in to comment.