Skip to content

Commit

Permalink
update ui/build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Oct 31, 2024
1 parent 32efd08 commit 26ade20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY repos/lila /lila
COPY conf/ci.conf /lila/conf/application.conf
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
RUN corepack enable \
&& /lila/ui/build --clean-build --debug
&& /lila/ui/build --clean --debug

##################################################################################
FROM mongo:7-jammy AS dbbuilder
Expand Down
4 changes: 2 additions & 2 deletions lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run_setup() {
docker compose --profile utils build
docker compose up -d

run_ui_build --update
run_ui_build

setup_bbppairings
setup_database
Expand Down Expand Up @@ -82,7 +82,7 @@ build_all_profiles() {
}

run_ui_build() {
ARGS=(--update --clean-build --debug $@)
ARGS=(--update --clean --debug $@)
echo "Running ./ui/build with args: ${ARGS[@]}"
docker compose run --rm ui /lila/ui/build "${ARGS[@]}"
}
Expand Down

0 comments on commit 26ade20

Please sign in to comment.