You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,11 +93,11 @@ try {
93
93
- Run `yarn setup` to install dependencies and run any requried post-install scripts
94
94
-**Warning**: Do not use the `yarn` / `yarn install` command directly. Use `yarn setup` instead. The normal install command will skip required post-install scripts, leaving your development environment in an invalid state.
95
95
96
-
### Testing
96
+
### Testing and Linting
97
97
98
-
Run `yarn test` to run the tests once.
98
+
Run `yarn test` to run the tests once. To run tests on file changes, run `yarn test:watch`.
99
99
100
-
To run tests on file changes, run `yarn test:watch`.
100
+
Run `yarn lint` to run the linter, or run `yarn lint:fix` to run the linter and fix any automatically fixable issues.
0 commit comments