Skip to content

Commit

Permalink
Added debug for prettier test result in the log
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Jan 23, 2023
1 parent 2826053 commit 9436c53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ echo "Files:"
prettier $INPUT_PRETTIER_OPTIONS \
|| { PRETTIER_RESULT=$?; echo "Problem running prettier with $INPUT_PRETTIER_OPTIONS"; exit 1; }

echo "Prettier result: $PRETTIER_RESULT"

# Removing the node_modules folder, so it doesn't get committed if it is not added in gitignore
if $INPUT_CLEAN_NODE_FOLDER; then
echo "Deleting node_modules/ folder..."
Expand Down

0 comments on commit 9436c53

Please sign in to comment.