Skip to content

Commit

Permalink
fix(frontend): fix frontend script used in release checklist (datahub…
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Apr 9, 2024
1 parent 9c8f8a5 commit 05c4e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datahub-frontend/run/run-local-frontend
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion datahub-frontend/run/run-local-frontend-debug
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 05c4e7b

Please sign in to comment.