[AAE-11259] Pipeline - Decoupling the build from release (#7935)

* Decoupling the build from release

* test if we are still able to release on npm and docker

* Split docker tag from deploy

* Fix storybook

* Decouple build lib/apps from releasing

* Remove useless or
This commit is contained in:
Maurizio Vitale
2022-11-02 11:31:54 +00:00
committed by GitHub
parent b48784a04e
commit 1c46bb83a0
6 changed files with 87 additions and 77 deletions
-1
View File
@@ -19,7 +19,6 @@
"01": "echo -------------------------------------------- Build Lib -----------------------------------------------",
"01s": "",
"unit-test": "concurrently \"nx test content-services --watch=false\" \"nx test process-services --watch=false\" \"nx test core --watch=false\" \"nx test extensions --watch=false\" \"nx test insights --watch=false\" \"nx test process-services-cloud --watch=false\" ",
"build-lib": "./scripts/build/build-all-lib.sh",
"affected:libs": "nx affected:libs",
"inspect.bundle": "nx build demoshell --configuration production --stats-json && npx webpack-bundle-analyzer dist/demo-shell/stats.json",
"coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json",