Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Jan 10, 2020
1 parent a25587b commit c1fb91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c1fb91d

Please sign in to comment.