Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(build): slightly optimize UI tasks in kit tasks.yaml #13350

Merged
merged 1 commit into from
Jul 25, 2024

Commits on Jul 16, 2024

  1. fix(build): slightly optimize UI tasks in kit tasks.yaml

    - remove dependency on server
      - while the UI needs the server to connect to the API, it can start and run in parallel
        - it also has some small functionality independently of the Server; it'll just error on API requests
      - in particular, when I was working on the Server and UI simultaneously, any Server change would cause the whole UI task to restart, even if I did not change the UI
        - this was pretty slow and inefficient as such, so remove the dep
    - remove unncessary `mutex: download`
      - the two dep installations can run concurrently, they're in totally separate directories and use different tools (go vs yarn)
    
    Signed-off-by: Anton Gilgur <[email protected]>
    agilgur5 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    12042a1 View commit details
    Browse the repository at this point in the history