mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-11 05:16:54 +00:00
feat(patching): ensure LXST patch script runs during installation in Makefile and Taskfile
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
install:
|
||||
pnpm install
|
||||
poetry install
|
||||
poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py
|
||||
|
||||
# Python backend only. For HMR, use: make dev OR make run in one terminal and pnpm run dev in another.
|
||||
run:
|
||||
|
||||
@@ -76,11 +76,13 @@ tasks:
|
||||
desc: Install Python dependencies using Poetry
|
||||
cmds:
|
||||
- poetry install
|
||||
- poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py
|
||||
|
||||
setup:be:
|
||||
desc: Full backend environment setup
|
||||
cmds:
|
||||
- poetry install
|
||||
- poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py
|
||||
- poetry run pip install ruff
|
||||
|
||||
# --- Execution ---
|
||||
|
||||
Reference in New Issue
Block a user