From 19f2897a383293501af59a5358c0666b219be023 Mon Sep 17 00:00:00 2001 From: Markus Ende <19502754+Markus-Ende@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:23:46 +0200 Subject: [PATCH] ci: add build-storybook to PR checks --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a74c68..7239dd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,4 +37,4 @@ jobs: - uses: nrwl/nx-set-shas@v4 - run: npx nx format:check - - run: npx nx affected -t lint test build e2e-ci + - run: npx nx affected -t lint test build e2e-ci build-storybook