Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 20ca1a7

Browse files
committed
Debugging
1 parent d2c349a commit 20ca1a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/prettier/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ if [ -n "${PRETTIER_PLUGINS}" ]; then
2929

3030
for plugin in $PRETTIER_PLUGINS; do
3131
echo "Installing ${plugin}"
32+
echo "DEBUG: whoami - $(whoami)"
33+
echo "DEBUG: npm - $(which npm)"
3234
if ! npm list ${plugin} > /dev/null; then
3335
npm install --save-dev prettier ${plugin}
3436
fi

0 commit comments

Comments
 (0)