Skip to content

Commit b1f3176

Browse files
Biki-dasgaearon
authored andcommitted
Fixed wrong debug command (#5596)
1 parent 20f1672 commit b1f3176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The core team is monitoring for pull requests. We will review your pull request
8989
3. If you've fixed a bug or added code that should be tested, add tests!
9090
4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development.
9191
5. Run `yarn test --prod` to test in the production environment.
92-
6. If you need a debugger, run `yarn debug-test --watch TestName`, open `chrome://inspect`, and press "Inspect".
92+
6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect".
9393
7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`).
9494
8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files.
9595
9. Run the [Flow](https://flowtype.org/) typechecks (`yarn flow`).

0 commit comments

Comments
 (0)