Compare commits
2
Commits
0.1.0
...
61ec0d839e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61ec0d839e | ||
|
|
382536168b |
@@ -91,6 +91,7 @@ pnpm install
|
||||
| `pnpm run lint` | Run the linter to check for code style and quality issues |
|
||||
| `pnpm run format` | Run the formatter to automatically fix code style issues |
|
||||
| `pnpm run test:browser` | Run browser tests (only works inside the `packages/luna-charts` directory) |
|
||||
| `pnpm run storybook` | Start the storybook documentation |
|
||||
|
||||
### Storybook
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"changeset": "changeset",
|
||||
"version": "changeset version",
|
||||
"release": "changeset publish",
|
||||
"storybook": "pnpm --filter luna-charts run storybook",
|
||||
"test:unit": "pnpm --filter luna-charts test:unit",
|
||||
"test:component": "docker compose -f docker-compose.test.yaml up --build --abort-on-container-exit --exit-code-from test",
|
||||
"test": "pnpm test:unit && pnpm test:component"
|
||||
|
||||
Reference in New Issue
Block a user