Skip to content

Commit ad09e5e

Browse files
committed
chore: wip
1 parent a5818c9 commit ad09e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stacks/scripts/ensure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ if [[ "$INSTALLED_NODE_MAJOR" -lt "$REQUIRED_NODE_MAJOR" ||
2020
sh ./setup.sh
2121
node_version=$(exec $SHELL -l -c "source ~/.zshrc; tea +nodejs.org'=$REQUIRED_NODE_VERSION' >/dev/null 2>&1; tea +nodejs.org'=$REQUIRED_NODE_VERSION' node -v")
2222
pnpm_version=$(exec $SHELL -c "source ~/.zshrc; tea >/dev/null 2>&1; pnpm -v >/dev/null 2>&1; pnpm -v")
23+
exec $SHELL -c "source ~/.zshrc; tea -SE >/dev/null 2>&1 && cd ."
2324
echo " # managed by stacks"
2425
echo " • node.js $node_version"
2526
echo " • pnpm v$pnpm_version"
26-
2727
sh ./publish.sh
2828
echo "\n Please reopen your shell for updates to take effect." | awk '{print "\033[3m" $0 "\033[0m"}'
2929

0 commit comments

Comments
 (0)