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

Commit b58c22f

Browse files
committed
Debugging
1 parent 20ca1a7 commit b58c22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prettier/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ -n "${PRETTIER_PLUGINS}" ]; then
3030
for plugin in $PRETTIER_PLUGINS; do
3131
echo "Installing ${plugin}"
3232
echo "DEBUG: whoami - $(whoami)"
33-
echo "DEBUG: npm - $(which npm)"
33+
echo "DEBUG: npm - $(ls /usr/local/share/nvm)"
3434
if ! npm list ${plugin} > /dev/null; then
3535
npm install --save-dev prettier ${plugin}
3636
fi

0 commit comments

Comments
 (0)