exclude dev group from being synced automatically
This commit is contained in:
@@ -5,7 +5,7 @@ if exist .venv (
|
||||
call .venv\Scripts\activate.bat
|
||||
) else (
|
||||
REM Run uv sync if .venv does not exist
|
||||
uv sync
|
||||
uv sync --no-dev
|
||||
call .venv\Scripts\activate.bat
|
||||
)
|
||||
|
||||
@@ -14,7 +14,7 @@ git pull
|
||||
|
||||
REM Run uv sync if .venv exists (already activated)
|
||||
if exist .venv (
|
||||
uv sync
|
||||
uv sync --no-dev
|
||||
)
|
||||
|
||||
REM Start main.py
|
||||
|
||||
Reference in New Issue
Block a user