Skip to content

Commit

Permalink
Remove --split (#77)
Browse files Browse the repository at this point in the history
* ui/build --clean-build

* use fork

* use main lila repo
  • Loading branch information
fitztrev authored Apr 17, 2024
1 parent f08c70e commit 0ea8af9
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@8
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 0ea8af9

Please sign in to comment.