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