mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5b72d4d676
This cherry-picks changes from #28197 to minimize the difference in the ci infrastructure between master the the current patch branch PR Close #28496
7 lines
191 B
Bash
Executable File
7 lines
191 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source ./scripts/package-builder.sh
|
|
|
|
# Build the legacy (view engine) npm packages into dist/packages-dist
|
|
buildTargetPackages "dist/packages-dist" "legacy" "Production"
|