Skip to content

Commit

Permalink
build: replace @angular/build version with archive in local builds
Browse files Browse the repository at this point in the history
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`.

(cherry picked from commit df82da5)
  • Loading branch information
clydin committed May 1, 2024
1 parent 3d52648 commit c119996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular_devkit/build_angular/BUILD.bazel
Expand Up @@ -251,6 +251,7 @@ genrule(
pkg_npm(
name = "npm_package",
pkg_deps = [
"//packages/angular/build:package.json",
"//packages/angular_devkit/architect:package.json",
"//packages/angular_devkit/build_webpack:package.json",
"//packages/angular_devkit/core:package.json",
Expand Down

0 comments on commit c119996

Please sign in to comment.