You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--onSuccess COMMAND`| Executes `COMMAND` on **every successful** compilation. |
13
13
|`--onFirstSuccess COMMAND`| Executes `COMMAND` on the **first successful** compilation. |
14
-
|`--onEmit COMMAND`| Executes debounced `COMMAND` on **every emitted file**, ignoring unchanged inputs and regardless of typechecking success or failure. |
14
+
|`--onEmit COMMAND`| Executes debounced `COMMAND` on **every emitted file**, ignoring unchanged files and disregards compilation success or failure. |
15
15
|`--onEmitDebounceMs DELAY`| Delay by which to debounce `--onEmit` (default: 300). |
16
16
|`--onFailure COMMAND`| Executes `COMMAND` on **every failed** compilation. |
17
17
|`--onCompilationStarted COMMAND`| Executes `COMMAND` on **every compilation start** event (initial and incremental). |
0 commit comments