Skip to content

Commit

Permalink
👷 Show details of build python package
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpb committed Nov 25, 2024
1 parent ba0277d commit c421438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dist:
sudo mkdir -p ${APP_PATH}/dist ; sudo chmod g+rw ${APP_PATH}/dist/.; sudo chgrp 1000 ${APP_PATH}/dist/.;

build-python: dist build
docker compose run --rm mopidy /bin/sh -c 'pip install --break-system-packages -q build && python3 -m build'
docker compose run --rm mopidy /bin/sh -c 'pip install --break-system-packages -q build && python3 -m build && ls -ahlt dist'

mopidy-local-scan:
docker exec -it ${APP} mopidy local scan
Expand Down

0 comments on commit c421438

Please sign in to comment.