Fixed bug with exception

This commit is contained in:
2020-01-17 09:24:14 +01:00
parent 610abaf402
commit 90fb642c22

View File

@@ -21,7 +21,7 @@ echo "Installing dependencies..."
npm install --silent
npm install --silent --global prettier
echo "Prettifing files..."
prettier $INPUT_PRETTIER_OPTIONS || echo "Problem prettifing your files"; exit 1;
prettier $INPUT_PRETTIER_OPTIONS || echo "Problem prettifing your files"
if ! git diff --quiet
then