Fixed release workflow to build all libs (#10334)

This commit is contained in:
Ehsan Rezaei
2024-10-24 19:55:17 +02:00
committed by GitHub
parent c4704e169c
commit 3d0f489231

View File

@@ -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: