Remove more storybook leftovers (#60337)

Release Notes:

- N/A
This commit is contained in:
Finn Evers 2026-07-03 10:27:48 +02:00 committed by GitHub
parent 4a3b763518
commit a91c8aa7d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 42 deletions

View file

@ -5,7 +5,6 @@ set -euo pipefail
pattern='cmd-'
result=$(git grep --no-color --line-number --fixed-strings -e "$pattern" -- \
'assets/keymaps/' \
':(exclude)assets/keymaps/storybook.json' \
':(exclude)assets/keymaps/default-macos.json' \
':(exclude)assets/keymaps/specific-overrides-macos.json' \
':(exclude)assets/keymaps/macos/*.json' || true)

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
if [ -z "$1" ]; then
cargo run -p storybook
else
cargo run -p storybook -- "components/$1"
fi