Skip to content

Commit

Permalink
Don't suppress output from pnpm i
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Jan 26, 2024
1 parent 18e53d0 commit 5d9987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# get latest release version from github
pnpm -s dlx tiged -fm=tar toebeann/gib${version} ~/.gib
echo "Fetching dependencies..."
pnpm -C ~/.gib install >/dev/null
pnpm -C ~/.gib install
echo "Launching gib..."
pnpm -C ~/.gib launch
} # this ensures the entire script is downloaded #

0 comments on commit 5d9987c

Please sign in to comment.