mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
6 lines
195 B
Bash
Executable file
6 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"
|