From 4299476308f53746bc1f91cc7da925dce6b51086 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Sun, 1 Dec 2024 09:46:23 +0100 Subject: [PATCH] Disable turbo for tests --- scripts/test-ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-ios.sh b/scripts/test-ios.sh index 7d1b293..f7ba46f 100755 --- a/scripts/test-ios.sh +++ b/scripts/test-ios.sh @@ -1,5 +1,5 @@ #!/bin/bash -yarn turbo run run:ios --cache-dir=.turbo/ios +yarn run run:ios echo "Polling in-app server..." node ./scripts/poll-in-app-server.js \ No newline at end of file