From 1c6c824645a1b3ac13b2f31c8691f3e37a055506 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Wed, 29 Oct 2025 17:24:18 +0000 Subject: [PATCH] Update project name in setup script --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index befbf0e2372..44b55d09c0e 100755 --- a/setup.sh +++ b/setup.sh @@ -4,7 +4,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -PROJECT_NAME=rn-chrome-devtools-frontend +PROJECT_NAME=react-native-devtools-frontend WORKSPACE_DIR="${PROJECT_NAME}__workspace" sync_workspace() {