We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5818c9 commit ad09e5eCopy full SHA for ad09e5e
.stacks/scripts/ensure.sh
@@ -20,10 +20,10 @@ if [[ "$INSTALLED_NODE_MAJOR" -lt "$REQUIRED_NODE_MAJOR" ||
20
sh ./setup.sh
21
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")
22
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 ."
24
echo " # managed by stacks"
25
echo " • node.js $node_version"
26
echo " • pnpm v$pnpm_version"
-
27
sh ./publish.sh
28
echo "\n Please reopen your shell for updates to take effect." | awk '{print "\033[3m" $0 "\033[0m"}'
29
0 commit comments