Skip to content

Files

Latest commit

2ef2bf6 · Jan 20, 2022

History

History
15 lines (11 loc) · 495 Bytes
·

File metadata and controls

15 lines (11 loc) · 495 Bytes
·

@rushstack/rush-litewatch-plugin

An experimental alternative approach for multi-project watch mode.

The CLI mapping has not been implemented yet, but the usage will be like this:

# The user invokes this command
$ rush litewatch --project p1 --project p2

What happens:

  • heft build --watch is launched in the project folder for p1
  • heft build --watch is launched in the project folder for p2
  • The console output from these two commands is printed in a single shell window