[AAE-11496] Build and publish aca-about and aca-settings (#2942)

* [AAE-11496] Build and publish aca-about and aca-content

* added libs to publish
This commit is contained in:
Bartosz Sekula
2023-01-30 10:28:39 +01:00
committed by GitHub
parent eae27eade6
commit 7a176eb9a2
15 changed files with 85 additions and 13 deletions

View File

@@ -41,6 +41,8 @@ echo -e "Branch is '$TRAVIS_BRANCH', therefore publish with '$TAG_NPM' tag\n"
PROJECTS=(
'aca-shared'
'adf-office-services-ext'
'aca-settings'
'aca-about'
);
for PROJECT in "${PROJECTS[@]}"