Update entrypoint.sh

This commit is contained in:
2020-01-10 17:34:13 +01:00
parent a25587b000
commit c1fb91dfa2

View File

@@ -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