Skip to content

Commit

Permalink
Don't install plugins globally
Browse files Browse the repository at this point in the history
This fixes a problem where @prettier/plugin-ruby was not being used.
  • Loading branch information
seven1m committed Jan 8, 2022
1 parent 661230a commit 8a16fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ -n "$INPUT_PRETTIER_PLUGINS" ]; then
exit 1
fi
done
npm install --silent --global $INPUT_PRETTIER_PLUGINS
npm install --silent $INPUT_PRETTIER_PLUGINS
fi
)

Expand Down

0 comments on commit 8a16fc9

Please sign in to comment.