Skip to content

Commit

Permalink
use different dir for reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanrajpac committed Mar 14, 2024
1 parent 91f3592 commit 893f33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:e2e": "wp-scripts test-playwright",
"test:js": "wp-scripts test-unit-js",
"test:performance": "wp-scripts test-playwright --config tests/performance/playwright.config.ts",
"test:performance:merge-reports": "playwright merge-reports --reporter tests/performance/config/performance-reporter.ts ./blob-report",
"test:performance:merge-reports": "playwright merge-reports --reporter tests/performance/config/performance-reporter.ts ./all-blob-reports",
"test:performance:results": "node tests/performance/cli/results.js",
"test:watch": "wp-scripts test-unit-js --watch",
"version:major": "node ./scripts/version major",
Expand Down

0 comments on commit 893f33e

Please sign in to comment.