Skip to content

Commit

Permalink
chore(perf-benchmarks): avoid yarn --immutable (#4951)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Nov 26, 2024
1 parent e17647d commit 4e80ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lwc/perf-benchmarks/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function createTachometerJson(htmlFilename, benchmarkName, directoryHash, cpuThr
// `@lwc/perf-benchmarks-components` itself.
'rm -fr ./packages/@lwc/perf-benchmarks-components/{src,scripts}',
`cp -R ${benchmarkComponentsDir}/{src,scripts} ./packages/@lwc/perf-benchmarks-components`,
'yarn --immutable',
'yarn --frozen-lockfile',
// bust the Tachometer cache in case these files change locally
`echo '${directoryHash}'`,
'yarn build:performance:components',
Expand Down

0 comments on commit 4e80ad8

Please sign in to comment.