From d3e4583f9a5334232a401ed13ee8a8f2adfbc0e1 Mon Sep 17 00:00:00 2001 From: Alexey Umanskiy Date: Wed, 5 Feb 2025 18:04:42 +0200 Subject: [PATCH] Update on-release.yml --- .github/workflows/on-release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: