Skip to content

Commit df82da5

Browse files
committed
build: replace @angular/build version with archive in local builds
When creating a local development build of the repository via `yarn build --local`, the package version for `@angular/build` within `@angular-devkit/build-angular` will now correctly be replaced with the path to the locally built archive of `@angular/build`.
1 parent 08e5900 commit df82da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ genrule(
251251
pkg_npm(
252252
name = "npm_package",
253253
pkg_deps = [
254+
"//packages/angular/build:package.json",
254255
"//packages/angular_devkit/architect:package.json",
255256
"//packages/angular_devkit/build_webpack:package.json",
256257
"//packages/angular_devkit/core:package.json",

0 commit comments

Comments
 (0)