Skip to content

Commit e6cfaae

Browse files
committed
chore: update README.md
1 parent 37c11e3 commit e6cfaae

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,17 @@ Learn more about using this template in practice below.
9191

9292
## Basic commands
9393

94-
| Command | Description |
95-
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
96-
| `pnpm dev` | Runs dev server with the HMR locally on port `5173` |
97-
| `pnpm build` | Builds optimized app package |
98-
| `pnpm test` | Runs unit tests |
99-
| `pnpm storybook` | Runs a Storybook locally on port `6006` |
100-
| `pnpm test-storybook` | Runs integration tests (requires a running Storybook on port `6006` - more info [here](https://storybook.js.org/blog/interaction-testing-with-storybook/)) |
101-
| `pnpm build-storybook` | Builds static app with [a Storybook's content](https://storybook.js.org/docs/react/sharing/publish-storybook) |
94+
| Command | Description |
95+
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
96+
| `pnpm dev` | Runs dev server with the HMR locally on port `5173` |
97+
| `pnpm lint` | Checks for lint errors |
98+
| `pnpm build` | Builds optimized app package |
99+
| `pnpm test` | Runs unit tests |
100+
| `pnpm test:coverage` | Runs unit tests with coverage |
101+
| `pnpm storybook` | Runs a Storybook locally on port `6006` |
102+
| `pnpm test-storybook` | Runs integration tests (requires a running Storybook on port `6006` - more info [here](https://storybook.js.org/blog/interaction-testing-with-storybook/)) |
103+
| `pnpm test-storybook:coverage` | Runs integration tests with coverage |
104+
| `pnpm build-storybook` | Builds static app with [a Storybook's content](https://storybook.js.org/docs/react/sharing/publish-storybook) |
102105

103106
# Contributing
104107

0 commit comments

Comments
 (0)