Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Mar 20, 2024
1 parent ef227ad commit 855b758
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 427 deletions.
10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,27 @@ DOCKER_BUILD_TARGET ?= runtime
DOCKER_NETWORK ?= harp_default
DOCKER_RUN_COMMAND ?=

POETRY_INSTALL_OPTIONS ?=

SED ?= $(shell which gsed || which sed || echo "sed")


########################################################################################################################
# Local development
########################################################################################################################
.PHONY: install install-frontend install-backend install-ui reference frontend
.PHONY: install install-dev install-frontend install-backend install-ui reference frontend

install: install-frontend install-backend

install-dev:
POETRY_INSTALL_OPTIONS="-E dev" $(MAKE) install


install-frontend: install-ui
cd frontend; pnpm install

install-backend:
poetry install
poetry install $(POETRY_INSTALL_OPTIONS)

install-ui:
cd vendors/mkui; pnpm install
Expand Down
Loading

0 comments on commit 855b758

Please sign in to comment.