diff --git a/cli-mac/build-bits.sh b/cli-mac/build-bits.sh index 39ac6e5da..a7712b831 100755 --- a/cli-mac/build-bits.sh +++ b/cli-mac/build-bits.sh @@ -1,5 +1,7 @@ #!/bin/sh +# List of microservices here needs to be updated to include all the new microservices (Marketing, etc.) + projectList=( "../src/Services/Catalog/Catalog.API" "../src/Services/Basket/Basket.API"