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

Implement a way to automatically rebuild components whenever dependencies are changes #332

Open
1 task done
DenisTensorWorks opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request never-stale

Comments

@DenisTensorWorks
Copy link
Collaborator

DenisTensorWorks commented Nov 27, 2024

Component your feature request relates to

  • Build scripts

Problem your feature solves? Please describe.
Currently whenever a user makes changes to the typescript code, the user needs to be rebuild that code and potentially any dependent libraries, this can be quite high friction to dev iteration given our monorepo has quite a few packages now.

It would be nice to have a smoother developer iteration cycles, for example, if it could auto detect changes to any of the dependent libraries and rebuild all relevant components, something akin to:

cd ./Frontend/implementations/typescript
npm run watch

@DenisTensorWorks DenisTensorWorks added enhancement New feature or request never-stale labels Nov 27, 2024
@mcottontensor mcottontensor self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request never-stale
Projects
None yet
Development

No branches or pull requests

2 participants