Skip to content

Commit

Permalink
fix: local script
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Nov 16, 2024
1 parent 56d6075 commit dfc6faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/local-dev/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -e

SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
CONTEXT_DIR=$(cd "$SCRIPT_DIR/.." && pwd)
CONTEXT_DIR=$(cd "$SCRIPT_DIR/../.." && pwd)

cd "${CONTEXT_DIR}"

npm install
npm run build
npm run build -ws

0 comments on commit dfc6faa

Please sign in to comment.