Skip to content

Commit

Permalink
Build packages correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Jun 14, 2023
1 parent c107fda commit 74ba986
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 @@ -285,7 +285,7 @@ async function runPerformanceTests( branches, options ) {

log( ' >> Installing dependencies and building packages' );
await runShellScript(
'npm ci && node ./bin/packages/build.js',
'npm ci && npm run build:packages',
performanceTestDirectory
);
log( ' >> Creating the environment folders' );
Expand Down

0 comments on commit 74ba986

Please sign in to comment.