1b33142595
PR Close #28197
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"
|