Removed prettier catch

This commit is contained in:
2020-03-16 15:48:20 +01:00
parent fc801e7c7a
commit eebcf202ff

View File

@@ -41,7 +41,7 @@ npm install --silent --global prettier
echo "Prettifing files..."
echo "Files:"
prettier $INPUT_PRETTIER_OPTIONS || echo "Problem while prettifying your files with options $INPUT_PRETTIER_OPTIONS."
prettier $INPUT_PRETTIER_OPTIONS
# To keep runtime good, just continue if something was changed
if ! $INPUT_DRY && _git_changed;