zed/script/storybook
Max Brunsfeld 4305c5fdbe Remove 2 suffix for ui, storybook, text
Co-authored-by: Mikayla <mikayla@zed.dev>
2024-01-03 12:33:51 -08:00

8 lines
115 B
Bash
Executable File

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