Merge pull request #669 from bckohan/fixbuild

fix build to only compile package messages
This commit is contained in:
Brian Kohan 2025-12-02 00:00:30 -08:00 committed by GitHub
commit 600acb89c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ build-docs: build-docs-html
# build docs and package
build: build-docs-html
@just manage compilemessages
@just manage compilemessages --ignore ".venv/*"
uv build
# open the html documentation