From 28421f7743dfae827f0522fefa85eefe43ef34a8 Mon Sep 17 00:00:00 2001 From: Markus Ende <19502754+Markus-Ende@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:42:25 +0200 Subject: [PATCH] ci: fix storybook build command --- .github/workflows/storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 2e754da..c5301dc 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -37,7 +37,7 @@ jobs: ${{ runner.os }}-nxcache- - name: build storybook - run: nx run sketch:build-storybook + run: npx nx run sketch:build-storybook - name: Publish to Chromatic # see https://github.com/chromaui/action/tags for versions