Skip to content

Commit

Permalink
Log the .bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Aug 8, 2024
1 parent 1a0623a commit fd2e45d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ if test -f "${OUTPUT}package.json"; then
if test -d "${OUTPUT}node_modules/.pnpm"; then
echo "Found .pnpm hoisted packages"
ls -aln1 "${OUTPUT}node_modules"
echo ""
echo "Found .pnpm hoisted binaries"
ls -aln1 "${OUTPUT}node_modules/.bin"
else
echo ".pnpm hoisted packages not found"
cd "${OUTPUT}" && corepack pnpm install --offline --frozen-lockfile
Expand Down

0 comments on commit fd2e45d

Please sign in to comment.