From 3b70c5d0ecb10618e36c2022a2fc4992454ccd4e Mon Sep 17 00:00:00 2001 From: Mehul Kar Date: Wed, 19 Apr 2023 14:50:39 -0700 Subject: [PATCH] Fix path to setup script for fixture target in makefile --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index ba786683eabaf..90db191661e67 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -328,5 +328,5 @@ fixture-%: @echo "fixture setup $($@_FIXTURE)" rm -rf testbed mkdir -p testbed - ./integration_tests/_helpers/setup_monorepo.sh ./testbed $($@_FIXTURE) + ../turborepo-tests/integration/tests/_helpers/setup_monorepo.sh ./testbed $($@_FIXTURE)