Skip to content

Commit

Permalink
.do/build/yarn.sh: echo $yarnbuildexitcode for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambient-Impact committed May 14, 2024
1 parent 1395ed4 commit c161e6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .do/build/yarn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ yarn build:deploy

yarnbuildexitcode=$?

echo "Yarn exit code: $yarnbuildexitcode"

if [ $yarnbuildexitcode -gt 0 ]; then
exit $yarnbuildexitcode
fi

0 comments on commit c161e6d

Please sign in to comment.