File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
12
12
| ` --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 files and disregards compilation 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). |
You can’t perform that action at this time.
0 commit comments