From 610abaf402668689bb9cb7539b2e165fd524c629 Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 16 Jan 2020 21:10:05 +0100 Subject: [PATCH] Added exception for prettier --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0b2adeb..92049e8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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