|
@ -4,6 +4,6 @@ |
|
|
mkdir -p build |
|
|
mkdir -p build |
|
|
|
|
|
|
|
|
# Locate services/packages and grab only the built files (excluding types if any) |
|
|
# Locate services/packages and grab only the built files (excluding types if any) |
|
|
for file in $(find . -regex '\./\(packages/[^/]+/dist/lib\|services/[^/]+/dist\)'); do |
|
|
|
|
|
|
|
|
for file in $(find . -regex '\./\(\(api\|packages\)/[^/]+/dist/lib\|services/[^/]+/dist\)'); do |
|
|
cp --parents -R $file build; |
|
|
cp --parents -R $file build; |
|
|
done |
|
|
done |