[AAE-11496] Publish libraries to npm (#2880)

* [AAE-11496] Publish libraries to npm registry

* update

* update

* added md

* deprecate old version
This commit is contained in:
Bartosz Sekuła
2023-01-26 08:53:53 +01:00
committed by GitHub
parent 87c1c2b5df
commit a8268c680a
5 changed files with 132 additions and 1 deletions
+1
View File
@@ -14,6 +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",
"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",