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

Nx CI #771

Merged
merged 6 commits into from
Jun 29, 2023
Merged

Nx CI #771

merged 6 commits into from
Jun 29, 2023

Commits on Jun 29, 2023

  1. build(front): update frontend production budget temporarily

    We've tracked that there's something wrong with our bundling, we'll get to that. For now I just want CI to pass!
    tsa96 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    67281aa View commit details
    Browse the repository at this point in the history
  2. build(back): remove dockerized api mode

    Was very messy and no real advantage to running this way. If needed we could add back if we can come up with a cleaner way of handling the env vars
    tsa96 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d7e23eb View commit details
    Browse the repository at this point in the history
  3. ci(shared): add Nx CI jobs

    tsa96 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    547a97d View commit details
    Browse the repository at this point in the history
  4. chore(meta): disable YAML formatting in Prettier

    YAML formatter takes complete control over linebreaks in multiline
    strings, which makes scripts in Docker Compose files a nightmare to
    read. We barely use YAML anyway, may as well just disable.
    tsa96 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4446cd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8e7214 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    903add8 View commit details
    Browse the repository at this point in the history