From 9f6e83cee4209006abbfb72f57f41eee17d49622 Mon Sep 17 00:00:00 2001 From: Nick Manos Date: Wed, 29 May 2024 14:22:29 -0400 Subject: [PATCH] Change yarn:test:measure to target dev build bundle id --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1a3bb47b2..a9977bef62 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "e2e:run": "maestro test __e2e__", "perf:test": "NODE_ENV=test maestro test", "perf:test:run": "NODE_ENV=test maestro test __e2e__/perf-test.yml", - "perf:test:measure": "NODE_ENV=test flashlight test --bundleId xyz.blueskyweb.app --testCommand \"yarn perf:test\" --duration 150000 --resultsFilePath .perf/results.json", + "perf:test:measure": "NODE_ENV=test flashlight test --bundleId xyz.blueskyweb.app.dev --testCommand \"yarn perf:test\" --duration 150000 --resultsFilePath .perf/results.json", "perf:test:results": "NODE_ENV=test flashlight report .perf/results.json", "perf:measure": "NODE_ENV=test flashlight measure", "intl:build": "yarn intl:extract:all && yarn intl:compile",