mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fixed release workflow to build all libs (#10334)
This commit is contained in:
parent
c4704e169c
commit
3d0f489231
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -133,9 +133,9 @@ jobs:
|
||||
setMigrations();
|
||||
- name: build libraries
|
||||
run: |
|
||||
npx nx affected:build --prod --skip-nx-cache
|
||||
npx nx affected --target=pretheme
|
||||
npx nx affected --target=build-schematics
|
||||
npx nx run-many -t build --prod --skip-nx-cache
|
||||
npx nx run-many -t pretheme
|
||||
npx nx run-many -t build-schematics
|
||||
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
||||
name: release libraries GH registry
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user