Skip to content

Commit 697cd5c

Browse files
author
Keen Yee Liau
committed
fix(@angular/cli): @bazel/* are not shown in ng version
Update `ng version` to show versions for @bazel/* packages to help users report meaningful errors when they opt in to Bazel.
1 parent d8e0638 commit 697cd5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/cli/commands/version-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class VersionCommand extends Command<VersionCommandSchema> {
2929
const patterns = [
3030
/^@angular\/.*/,
3131
/^@angular-devkit\/.*/,
32+
/^@bazel\/.*/,
3233
/^@ngtools\/.*/,
3334
/^@nguniversal\/.*/,
3435
/^@schematics\/.*/,

0 commit comments

Comments
 (0)