Skip to content

Commit

Permalink
Performance tests: Fix (#28026)
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham authored Jan 7, 2021
1 parent 0d21f5a commit cf31360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/plugin/commands/performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async function setUpGitBranch( branch, environmentDirectory ) {

log( '>> Building the ' + formats.success( branch ) + ' branch' );
await runShellScript(
'rm -rf node_modules && npm install && npm run build',
'rm -rf node_modules packages/*/node_modules && npm install && npm run build',
environmentDirectory
);
}
Expand Down

0 comments on commit cf31360

Please sign in to comment.