HubSpot / prettier-maven-plugin

Apache License 2.0
116 stars 23 forks source link

Check for corrupted installs #85

Closed suruuK closed 1 year ago

suruuK commented 1 year ago

Two places that could have a corrupted install in prettier-java is during the actual download/npm install and a bad cache.

This add a check for the node_modules/prettier/bin-prettier.js file during the install and validated it when reusing the cache

jhaber commented 1 year ago

lgtm 👍