mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7a67f8935d
PR Close #29092
7 lines
195 B
Bash
Executable File
7 lines
195 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source $(dirname $0)/package-builder.sh
|
|
|
|
# Build the legacy (view engine) npm packages into dist/packages-dist
|
|
buildTargetPackages "dist/packages-dist" "legacy" "Production"
|