diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2b6845b9d..e9a9483888 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: