Added exception for prettier

This commit is contained in:
2020-01-16 21:10:05 +01:00
parent a7de566991
commit 610abaf402

View File

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