Skip to content

Commit

Permalink
build: remove extra period in build script
Browse files Browse the repository at this point in the history
(cherry picked from commit d18469e)
  • Loading branch information
alan-agius4 authored and dgp1130 committed Jan 27, 2022
1 parent cef5afb commit 5915bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-bazel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async function _build(logger: logging.Logger, mode: BuildMode): Promise<string[]
// rebuilt if only the workspace status variables change. This could result in accidental
// re-use of previously built package output with a different `version` in the `package.json`.
if (mode == 'release') {
buildLogger.info('Building in release mode. Resetting the Bazel execroot and action cache..');
buildLogger.info('Building in release mode. Resetting the Bazel execroot and action cache.');
await _exec(`${bazelCmd} clean`, false, buildLogger);
}

Expand Down

0 comments on commit 5915bc0

Please sign in to comment.