Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Oct 26, 2024
1 parent e1197fd commit 11cdf37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/preflight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cli_path="${cli_path/\/pnpm\//\/pnpm\/global\/5\/.pnpm\/}"

if [[ ! -x "$cli_path" ]]; then
echo "Error: tsx executable not found or is not executable at $cli_path" >&2
# pnpm bin --global
echo "pnpm bin --global: $(pnpm bin --global)"
echo "script_dir: $script_dir"
cd "$script_dir/.." || exit 1
echo "$script_dir/node_modules/.bin files:"
Expand Down

0 comments on commit 11cdf37

Please sign in to comment.