chore: add 'just storybook' recipe
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -16,5 +16,9 @@ fmt:
|
|||||||
lint:
|
lint:
|
||||||
cargo clippy --workspace --all-targets -- -D warnings
|
cargo clippy --workspace --all-targets -- -D warnings
|
||||||
|
|
||||||
|
# Run Storybook (web component explorer) on http://localhost:6006
|
||||||
|
storybook:
|
||||||
|
cd web && pnpm storybook
|
||||||
|
|
||||||
# Format, lint, and test
|
# Format, lint, and test
|
||||||
check: fmt lint test
|
check: fmt lint test
|
||||||
|
|||||||
Reference in New Issue
Block a user