Skip to content

Commit

Permalink
feat: agd NO_BUILD option
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Oct 6, 2023
1 parent b5abe88 commit 81201cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/agd
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ if $NEED_NODEJS; then
fi

(
${NO_BUILD:-false} && exit 0
# Send the build output to stderr unless we're only building. This prevents
# the daemon's stdout from being polluted with build output.
$BUILD_ONLY || exec 1>&2
Expand Down

0 comments on commit 81201cc

Please sign in to comment.