mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user