Skip to content

Commit

Permalink
Update document.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 12, 2019
1 parent 7c3c359 commit bbd8bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Commands:
tsbb create <project-name> [options] Create a new project with TSBB
tsbb build [options] Build your project once and exit.
tsbb watch [options] Recompile files on changes.
tsbb types [options] Create type files for the project.
tsbb test [options] Run jest test runner in watch mode.

Options:
Expand All @@ -90,7 +91,7 @@ Examples:

$ tsbb build Build your project once and exit.
$ tsbb watch Rebuilds on any change.
$ tsbb test Rebuilds on any change.
$ tsbb test Run test suites related.
$ tsbb test --coverage Test coverage information should be collected

Copyright 2019
Expand Down

0 comments on commit bbd8bcf

Please sign in to comment.