mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-09 16:00:35 +00:00
parent
4a3b763518
commit
a91c8aa7d7
4 changed files with 0 additions and 42 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
cargo run -p storybook
|
||||
else
|
||||
cargo run -p storybook -- "components/$1"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue