tiktok / sparo

Sparo optimizes performance of Git operations for your large frontend monorepo.
https://tiktok.github.io/sparo/
MIT License
162 stars 8 forks source link

chore: enable watch mode for developing #54

Closed EscapeB closed 7 months ago

EscapeB commented 7 months ago

Summary

Enable watch mode in sparo repo

chengcyber commented 7 months ago

Could you kindly check whether "rush start --to sparo" meets your expectation?

EscapeB commented 7 months ago

Could you kindly check whether "rush start --to sparo" meets your expectation?

Yes, I think it's enough. But I'm kind of curious why we introduce an new command instead of adding watch option to original build and test.

chengcyber commented 7 months ago

@EscapeB I believe both a separate command and turn on watch mode for phases should work. The current 'rush start' command is just following the command line definition in the official rushstack repository. It's more like a flavor choice. You can merge this if you prefer that way.