From 05c4e7b50dbd0e0e6bd3ab3d34ceb01000af28ed Mon Sep 17 00:00:00 2001 From: david-leifker <114954101+david-leifker@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:03:39 -0500 Subject: [PATCH] fix(frontend): fix frontend script used in release checklist (#10243) --- datahub-frontend/run/run-local-frontend | 2 +- datahub-frontend/run/run-local-frontend-debug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datahub-frontend/run/run-local-frontend b/datahub-frontend/run/run-local-frontend index 93b5328c5e..1dc6e4ab3b 100755 --- a/datahub-frontend/run/run-local-frontend +++ b/datahub-frontend/run/run-local-frontend @@ -1,7 +1,7 @@ #!/bin/bash CURRENT_DIR=$(pwd) -BUILD_DIR=../build/stage/playBinary +BUILD_DIR=../build/stage/main CONF_DIR=$BUILD_DIR/conf set -a diff --git a/datahub-frontend/run/run-local-frontend-debug b/datahub-frontend/run/run-local-frontend-debug index 4d868d7564..c071ef1ff9 100755 --- a/datahub-frontend/run/run-local-frontend-debug +++ b/datahub-frontend/run/run-local-frontend-debug @@ -1,7 +1,7 @@ #!/bin/bash CURRENT_DIR=$(pwd) -BUILD_DIR=../build/stage/playBinary +BUILD_DIR=../build/stage/main CONF_DIR=$BUILD_DIR/conf set -a