fix(bazel): Add ibazel to deps of Bazel project (#28090)
Incremental rebuilds is a fundamental part of the development workflow. `@bazel/ibazel` should be added to the dev dependencies of a Bazel project. PR Close #28090
This commit is contained in:
parent
9260b5e0b4
commit
605f450251
|
@ -37,6 +37,7 @@ function addDevDependenciesToPackageJson(options: Schema) {
|
|||
'@angular/bazel': angularCoreVersion,
|
||||
// TODO(kyliau): Consider moving this to latest-versions.ts
|
||||
'@bazel/bazel': '^0.21.0',
|
||||
'@bazel/ibazel': '^0.9.0',
|
||||
'@bazel/karma': '^0.22.0',
|
||||
'@bazel/typescript': '^0.22.0',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue