Skip to content

Commit

Permalink
Fixed release workflow to build all libs (#10334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-2019 authored Oct 24, 2024
1 parent c4704e1 commit 3d0f489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d0f489

Please sign in to comment.