Skip to content

Commit

Permalink
ui/build --clean-build
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Apr 8, 2024
1 parent 5327d3f commit 0d32ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:lts-bookworm as node
RUN npm install --global pnpm
COPY repos/lila /lila
COPY conf/ci.conf /lila/conf/application.conf
RUN /lila/ui/build --clean --debug --split
RUN /lila/ui/build --clean-build --debug

##################################################################################
FROM mongo:7-jammy as dbbuilder
Expand Down
2 changes: 1 addition & 1 deletion lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build_all_profiles() {
}

run_ui_build() {
docker compose run --rm ui /lila/ui/build --clean --debug --split $@
docker compose run --rm ui /lila/ui/build --update --clean-build --debug $@
}

setup_database() {
Expand Down

0 comments on commit 0d32ba9

Please sign in to comment.