angular-cn/scripts/build
Paul Gschwendtner 7fb8527e1e refactor(dev-infra): remove invoke bazel clean command from release tool (#42101)
Currently the ng-dev release tool always run `bazel clean` before
calling the configured build release function. The clean is necessary
to ensure the release output is actually built; and not restored
from previous builds which could have different bazel workspace
status variables (which provide the NPM package version).

Instead of doing this as part of the release tool, the
actual script running to build the release output should
run the `bazel clean`. The release tool does not intend to
know about details on how the release output is built. This
is necessary because the build setup could vary between version
branches (especially for older ones; such as LTS version branches).

PR Close #42101
2021-05-14 21:06:09 +00:00
..
angular-in-memory-web-api.js build: correctly publish `angular-in-memory-web-api` as CI build artifact (#41429) 2021-04-06 10:22:54 -07:00
build-ivy-npm-packages.js build: correctly publish `angular-in-memory-web-api` as CI build artifact (#41429) 2021-04-06 10:22:54 -07:00
build-packages-dist.js build: correctly publish `angular-in-memory-web-api` as CI build artifact (#41429) 2021-04-06 10:22:54 -07:00
dev-infra-builder.js build: make the build scripts for the various packages consistent (#41429) 2021-04-06 10:22:54 -07:00
package-builder.js refactor(dev-infra): remove invoke bazel clean command from release tool (#42101) 2021-05-14 21:06:09 +00:00
zone-js-builder.js build: make the build scripts for the various packages consistent (#41429) 2021-04-06 10:22:54 -07:00