Skip to content

Commit

Permalink
Removed prettier catch
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Mar 16, 2020
1 parent fc801e7 commit eebcf20
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 @@ -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;
Expand Down

0 comments on commit eebcf20

Please sign in to comment.