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
|`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)|
0 commit comments