[AAE-11496] Make aca-content buildable (#2859)

This commit is contained in:
Bartosz Sekula
2023-01-31 19:32:27 +01:00
committed by GitHub
parent c8e861907d
commit 93cc64b9a9
42 changed files with 92 additions and 58 deletions

View File

@@ -40,11 +40,13 @@ echo -e "Branch is '$TRAVIS_BRANCH', therefore publish with '$TAG_NPM' tag\n"
PROJECTS=(
'aca-shared'
'aca-folder-rules'
'adf-office-services-ext'
'aca-settings'
'aca-about'
'aca-preview'
'aca-viewer'
'aca-content'
);
for PROJECT in "${PROJECTS[@]}"