Code Quality Improvements

This commit is contained in:
2020-01-24 20:00:58 +01:00
parent f18a80caf3
commit 554e56f267
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ EOF
echo "Installing prettier..."
npm install --silent --global prettier
echo "Prettifing files..."
prettier $INPUT_PRETTIER_OPTIONS
prettier $INPUT_PRETTIER_OPTIONS || echo "Problem while prettifying your files!"
if ! git diff --quiet
then