Skip to content

Commit cd55ddf

Browse files
committed
chore: update README.md
1 parent 11cd79c commit cd55ddf

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,16 @@ 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 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) |
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 all tests |
100+
| `pnpm test:unit` | Runs unit tests |
101+
| `pnpm test:storybook` | Runs storybook tests |
102+
| `pnpm test:coverage` | Runs all tests with coverage |
103+
| `pnpm storybook` | Runs a Storybook locally on port `6006` |
105104

106105
# Contributing
107106

0 commit comments

Comments
 (0)