Skip to content

Commit

Permalink
Fix onFailure example (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored and jaredpalmer committed Jan 6, 2020
1 parent 00f80ac commit 9e8ab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ Examples
$ tsdx watch --noClean
$ tsdx watch --onFirstSuccess "echo The first successful build!"
$ tsdx watch --onSuccess "echo Successful build!"
$ tsdx watch --onFailure "The build failed!"
$ tsdx watch --onFailure "echo The build failed!"
$ tsdx watch --transpileOnly
```
Expand Down

0 comments on commit 9e8ab92

Please sign in to comment.