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

Commit d2c349a

Browse files
committed
Adding trace log
1 parent c6b0514 commit d2c349a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prettier/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if [ -n "${PRETTIER_PLUGINS}" ]; then
2828
IFS=','
2929

3030
for plugin in $PRETTIER_PLUGINS; do
31+
echo "Installing ${plugin}"
3132
if ! npm list ${plugin} > /dev/null; then
3233
npm install --save-dev prettier ${plugin}
3334
fi

0 commit comments

Comments
 (0)