Skip to content

Commit 03e6973

Browse files
committed
Add logs to pre-commit install script
1 parent 98e5d59 commit 03e6973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/install-prek-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3+
set -x
34

45
# install-prek-deps.sh - Install prek pre-commit hooks
56
#
@@ -58,7 +59,6 @@ if [ -f "${PRECOMMIT_HOOK}" ]; then
5859
echo "ℹ️ Pre-commit hooks already installed, checking for updates..."
5960
fi
6061
fi
61-
echo
6262

6363
# Install prek pre-commit hooks
6464
if [ "$HOOKS_ALREADY_INSTALLED" = true ]; then

0 commit comments

Comments
 (0)