diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 9e475a2fa8..65e32866d0 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -50,9 +50,12 @@ jobs: with: path: dist key: dist-${{ github.run_id }} + # - run: | + # npx nx build ngx-bootstrap --runner=cloud --configuration=production + # npx nx prerender --runner=cloud --configuration=production - run: | - npx nx build ngx-bootstrap --runner=cloud --configuration=production - npx nx prerender --runner=cloud --configuration=production + npx nx build ngx-bootstrap --configuration=production + npx nx prerender --configuration=production # update release notes in github # update_release_draft: