Skip to content

Commit 26ade20

Browse files
committed
update ui/build flags
1 parent 32efd08 commit 26ade20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/ci.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY repos/lila /lila
55
COPY conf/ci.conf /lila/conf/application.conf
66
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
77
RUN corepack enable \
8-
&& /lila/ui/build --clean-build --debug
8+
&& /lila/ui/build --clean --debug
99

1010
##################################################################################
1111
FROM mongo:7-jammy AS dbbuilder

lila-docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ run_setup() {
1616
docker compose --profile utils build
1717
docker compose up -d
1818

19-
run_ui_build --update
19+
run_ui_build
2020

2121
setup_bbppairings
2222
setup_database
@@ -82,7 +82,7 @@ build_all_profiles() {
8282
}
8383

8484
run_ui_build() {
85-
ARGS=(--update --clean-build --debug $@)
85+
ARGS=(--update --clean --debug $@)
8686
echo "Running ./ui/build with args: ${ARGS[@]}"
8787
docker compose run --rm ui /lila/ui/build "${ARGS[@]}"
8888
}

0 commit comments

Comments
 (0)