Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Mar 13, 2024
1 parent a3c2c6f commit 601bccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/lib/bashy-node/node-project/build-main-module
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function suspect-file-check {
# Main script
#

progress-msg "Building Node project ${projectName}..."
progress-msg "Building Node project \`${projectName}\`..."

outDir="$(lib buildy out-dir --out="${outDir}" --create --print --quiet)"

Expand Down Expand Up @@ -462,4 +462,4 @@ if [[ ${runnerScript} != '' ]]; then
fi

progress-msg
progress-msg "Built Node project ${projectName}."
progress-msg "Built Node project \`${projectName}\`."

0 comments on commit 601bccd

Please sign in to comment.