From c1fb91dfa2f2016b03cc4fbb0e8bcc921164bd6b Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 10 Jan 2020 17:34:13 +0100 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8dd7798..55d00bd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,7 +19,7 @@ EOF } echo "Installing dependencies..." npm install -npm install -g prettier +npm install --global prettier echo "Prettifing files..." prettier $INPUT_PRETTIER_OPTIONS