Skip to content

Commit 480bcab

Browse files
committed
chore: wip
1 parent 3cb9336 commit 480bcab

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.stacks/scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
fi
1313

1414
if [ "$SEARCH_DRIVER" = "meilisearch" ]; then
15-
echo " meilisearch: ^0.1.1" >>../../tea.yaml
15+
echo " meilisearch: ^1.0.0" >>../../tea.yaml
1616
else
1717
echo "Unexpected SEARCH DRIVER value: $SEARCH_DRIVER"
1818
fi

.stacks/scripts/setup.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,11 @@ check_shell_magic() {
449449
return 0
450450
fi
451451

452+
echo >>"$__TEA_SH_FILE"
453+
echo "alias buddy='./buddy '" >>"$__TEA_SH_FILE"
454+
echo "alias bud='./buddy '" >>"$__TEA_SH_FILE"
455+
echo "alias stacks='./buddy '" >>"$__TEA_SH_FILE"
456+
echo "alias stx='./buddy '" >>"$__TEA_SH_FILE"
452457
echo >>"$__TEA_SH_FILE"
453458
echo "$__TEA_ONE_LINER" >>"$__TEA_SH_FILE"
454459

@@ -523,7 +528,7 @@ exec)
523528
echo #spacer
524529

525530
gum_func format --theme="dracula" <<-EoMD >&2
526-
> powered by [tea](https://tea.xyz)
531+
> powered by [stacks](https://stacksjs.dev) & [tea](https://tea.xyz)
527532
EoMD
528533

529534
echo #spacer

buddy

100644100755
File mode changed.

0 commit comments

Comments
 (0)