diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ccc2606a88..d6042af4a1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: enable-node-modules-cache: false - name: install run: | - npm ci + npm ci npx nx run cli:bundle npx nx run testing:bundle - uses: ./.github/actions/upload-node-modules-and-artifacts