Skip to content

Commit d18469e

Browse files
alan-agius4dgp1130
authored andcommitted
build: remove extra period in build script
1 parent 07e776e commit d18469e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-bazel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async function _build(logger: logging.Logger, mode: BuildMode): Promise<string[]
121121
// rebuilt if only the workspace status variables change. This could result in accidental
122122
// re-use of previously built package output with a different `version` in the `package.json`.
123123
if (mode == 'release') {
124-
buildLogger.info('Building in release mode. Resetting the Bazel execroot and action cache..');
124+
buildLogger.info('Building in release mode. Resetting the Bazel execroot and action cache.');
125125
await _exec(`${bazelCmd} clean`, false, buildLogger);
126126
}
127127

0 commit comments

Comments
 (0)