Skip to content

Conversation

@sduenas
Copy link
Member

@sduenas sduenas commented Feb 4, 2025

The UI is now built when either poetry install or poetry build are called. This ensures that the UI will be distributed and installed without extra steps.

This is critical when this git repository is installed as dependency. Previously, only the Python code was installed.

This commit also modifies the .gitignore file to make sure that only the UI code is distributed within the source package.

Fixes #26

The UI is now built when either `poetry install`
or `poetry build` are called. This ensures that the
UI will be distributed and installed without
extra steps.

This is critical when this git repository is installed as
dependency. Previously, only the Python code was installed.

This commit also modifies the .gitignore file to make
sure that only the UI code is distributed within the
source package.

Signed-off-by: Santiago Dueñas <[email protected]>
Copy link
Contributor

@jjmerchante jjmerchante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jjmerchante jjmerchante merged commit 6daca30 into chaoss:main Feb 5, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build the UI when the package is installed/build

2 participants