From 4d6f9f5233dd207c4125b6fe5c5c6832df3cf35e Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 15 Dec 2022 17:04:19 +0100 Subject: [PATCH] devel: pipe. nx debug --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e622e961e..c281b5bdff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,8 @@ jobs: fetch-depth: 0 - uses: ./.github/actions/setup with: - enable-cache: false + enable-cache: false + - run: npm ci - run: $(npm bin)/nx run cli:bundle - name: push Storybook docker image run: | @@ -119,7 +120,8 @@ jobs: fetch-depth: 0 - uses: ./.github/actions/setup with: - enable-cache: false + enable-cache: false + - run: npm ci - run: $(npm bin)/nx run cli:bundle - name: $(npm bin)/nx build run: |