Closed
Description
Feature request
I'd love to be able to run bob build --watch
, and for it to rebuild every time there is a change.
Why it is needed
I'm using bob
in a monorepo, and I have multiple example apps (next
, expo
, gatsby
) that need to update when I make changes. Currently I need to run bob build
each time.
Possible implementation
I'm not sure how other repos do this, but whenever there is a file saved, it could run bob build
.
Code sample
- bob build
+ bob build --watch
Metadata
Metadata
Assignees
Labels
No labels