From 90bd1536a07b0d0581f0ad8236723c8a13699ebe Mon Sep 17 00:00:00 2001 From: FlowmemoryAI <283694809+FlowmemoryAI@users.noreply.github.com> Date: Wed, 13 May 2026 19:41:22 -0500 Subject: [PATCH] Fix product E2E Cargo target isolation --- infra/scripts/flowchain-product-e2e.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/scripts/flowchain-product-e2e.ps1 b/infra/scripts/flowchain-product-e2e.ps1 index f4b0b3e6..358adfb9 100644 --- a/infra/scripts/flowchain-product-e2e.ps1 +++ b/infra/scripts/flowchain-product-e2e.ps1 @@ -9,6 +9,7 @@ Set-StrictMode -Version Latest . "$PSScriptRoot\flowchain-common.ps1" $repoRoot = Set-FlowChainRepoRoot +Set-FlowChainCargoTargetDir -RepoRoot $repoRoot -Purpose "product-e2e" | Out-Null $productRoot = Assert-FlowChainPathInsideRepo -RepoRoot $repoRoot -Path (Resolve-FlowChainPath -RepoRoot $repoRoot -Path "devnet/local/product-e2e") if (Test-Path -LiteralPath $productRoot) {