Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Sep 5, 2023
1 parent ff09a4a commit 7823441
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/prettier/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ npm install -g prettier@$VERSION

# Prettier plugins are expected to be installed locally, not globally
# In particular, VSCode + extensions tend to have issues with this
[[ -n $PLUGINS ]] && npm install -D $PLUGINS
if [[ -n $PLUGINS ]]; then
npm install -D $PLUGINS
fi

0 comments on commit 7823441

Please sign in to comment.