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

feat: add Turborepo for a better build system #2224

Closed
louis-jan opened this issue Mar 4, 2024 · 0 comments · Fixed by #2220
Closed

feat: add Turborepo for a better build system #2224

louis-jan opened this issue Mar 4, 2024 · 0 comments · Fixed by #2220
Assignees
Labels

Comments

@louis-jan
Copy link
Contributor

louis-jan commented Mar 4, 2024

Problem
Currently, developers are struggling with the build step where they have to remember the build steps and combine them for a faster build time.

There are so many steps to remember, such as:

build:core
build:uikit
build:web
build:server
build:electron ...
and the order...

Makefile does help, but the build time has increased dramatically.

Success Criteria
Add Turborepo to existing monorepo project so we don't have to:

  • Remember complex build steps
  • Wait for unnecessary long tasks
  • Missing build dependency
  • Rebuild unaltered modules

As a developer I would like to have

  • Instant build time (in seconds or even hundred milliseconds)
  • Only one build command
  • Build the updated code only

Additional context
Add any other context or screenshots about the feature request here.

@louis-jan louis-jan added the type: feature request A new feature label Mar 4, 2024
@louis-jan louis-jan self-assigned this Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant