From 567e264d93e38e42e8c084215f9c6ac735c20a59 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Wed, 28 Jun 2023 14:47:36 +0100 Subject: [PATCH] simulating a change without code (#8715) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ccc2606a8..d6042af4a1 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