Skip to content

Commit

Permalink
📚 [Docs] Minor change to contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 31, 2024
1 parent 9835ddf commit 797a67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ For a list of all the available commands, please see the root `package.json`. Ov
- All `localhost` addresses for running apps will be printed to your terminal when you run `start`.
- `lint` checks the codebase for `eslint` errors, but does not fix them.
- `lint:fix` automatically fixes any `eslint` errors that can be programatically resolved.
- `format` originally checked the codebase for `prettier` errors, but that is now handled by `eslint` and is performed via the `lint` tasks.
- `type-check` checks the codebase for any TypeScript errors, but does not fix them.
- `test` fires up the `vitest` server and runs all `*.test.ts` files.
- `clean` will delete any `dist` and `coverage` folders.
Expand Down

0 comments on commit 797a67a

Please sign in to comment.