From a25587b0004e8fa20db4d7fcc68db5ed09c6c4ce Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 10 Jan 2020 17:29:20 +0100 Subject: [PATCH] Added safety check for prettier --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 5a47906..8dd7798 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,6 +19,7 @@ EOF } echo "Installing dependencies..." npm install +npm install -g prettier echo "Prettifing files..." prettier $INPUT_PRETTIER_OPTIONS