Skip to content

Commit

Permalink
🐛 fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri committed Dec 7, 2024
1 parent 573eb68 commit fae32bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/deploy-pages.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ install-uv:
curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="$$HOME/.local/bin" sh ; \
fi

install-prod:
install-prod:install-uv
@echo "${YELLOW}=========> Installing dependencies...${NC}"
@$(UV) sync --no-group dev --no-group docs
@echo "${GREEN}Dependencies installed.${NC}"

install-dev:
install-dev:install-uv
@echo "${YELLOW}=========> Installing dependencies...\n \
Development dependencies (dev & docs) will be installed by default in install-dev.${NC}"
@$(UV) sync
Expand Down

0 comments on commit fae32bd

Please sign in to comment.