about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-04-05 08:27:22 -0700
committerGitHub <noreply@github.com>2024-04-05 08:27:22 -0700
commit443dfb5c3e9438932bd61e754a01197604d03188 (patch)
tree27c7a3ec85e87b60aaf69a25b40e3d4cda73959b /package.json
parent46c112edfdcb40681a8997ec4f47b413a08fdd14 (diff)
downloadvoidsky-443dfb5c3e9438932bd61e754a01197604d03188.tar.zst
prevent deployment race conditions (#3416)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 433a1f80e..f61d36a6b 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
     "e2e:run": "NODE_ENV=test detox test --configuration ios.sim.debug --take-screenshots all",
     "perf:test": "NODE_ENV=test maestro test",
     "perf:test:run": "NODE_ENV=test maestro test __e2e__/maestro/scroll.yaml",
-    "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 --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 && yarn intl:compile",