We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f80ac commit 9e8ab92Copy full SHA for 9e8ab92
README.md
@@ -417,7 +417,7 @@ Examples
417
$ tsdx watch --noClean
418
$ tsdx watch --onFirstSuccess "echo The first successful build!"
419
$ tsdx watch --onSuccess "echo Successful build!"
420
- $ tsdx watch --onFailure "The build failed!"
+ $ tsdx watch --onFailure "echo The build failed!"
421
$ tsdx watch --transpileOnly
422
```
423
0 commit comments