[AAE-11496] Build and publish adf-office-services-ext (#2935)

This commit is contained in:
Bartosz Sekula
2023-01-27 17:49:17 +01:00
committed by GitHub
parent 4df548acb1
commit 010821d309
7 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"prebuild": "mkdir -p ./app/.tmp && cp ./app/src/app.config.json.tpl ./app/.tmp/app.config.json",
"build": "ng build content-ce",
"build.release": "npm run build -- --configuration=production,release",
"build-libs": "ng build aca-shared",
"build-libs": "ng build aca-shared && ng build adf-office-services-ext",
"test": "ng test",
"test:ci": "ng test adf-office-services-ext && ng test content-ce --code-coverage",
"lint": "NODE_OPTIONS=--max_old_space_size=4096 ng lint && npm run spellcheck && npm run e2e.typecheck",