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
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source ./scripts/package-builder.sh
|
|
|
|
# Build the ivy packages
|
|
buildTargetPackages "dist/packages-dist-ivy-aot" "aot" "Ivy AOT"
|