From 7e45a9ca5c9e99c1cf1e23bb556f2ec89e3c0f3c Mon Sep 17 00:00:00 2001 From: Josh Black Date: Fri, 26 May 2023 10:05:00 -0500 Subject: [PATCH] ci(vrt): update build storybook step --- .github/workflows/vrt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 454174e827d..61bf193d763 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -42,7 +42,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build storybook - run: npx build-storybook + run: npx storybook build - name: Install browsers run: npx playwright install --with-deps - name: Run storybook