From 1b5a5778d38764c849ea5d3b1ef46534ac2e4314 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 11 Jun 2024 17:13:45 -0500 Subject: [PATCH] update build command (#1188) --- .github/workflows/publish-storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-storybook.yml b/.github/workflows/publish-storybook.yml index 06dc043d2e..3543fc08d3 100644 --- a/.github/workflows/publish-storybook.yml +++ b/.github/workflows/publish-storybook.yml @@ -31,7 +31,7 @@ jobs: run: yarn install working-directory: packages/storybook - name: Publish Storybook - run: yarn chromatic build-storybook --project-token=${{ secrets.CHROMATIC_PROJECT_TOKEN }} --output-dir=/storybook-static + run: yarn build-storybook working-directory: packages/storybook - uses: aws-actions/configure-aws-credentials@v1 with: