diff --git a/bin/run.sh b/bin/run.sh index 27893ad..b8468b6 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -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