zed/script/storybook

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
115 B
Plaintext
Raw Normal View History

#!/bin/bash
if [ -z "$1" ]; then
cargo run -p storybook
else
cargo run -p storybook -- "components/$1"
fi