From 9f0132e98660d52e2557ab9660f10c53be26fa9b Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 29 Jun 2024 22:18:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20chromatic=E3=81=AEgithubactions=E3=81=AE?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E7=9B=B4=E3=81=99=20(#2145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chromaticのgithubactionsのエラー直す --- .github/workflows/chromatic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index a4fef105d6..f9f0e073a5 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -24,4 +24,5 @@ jobs: uses: chromaui/action@v11 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} + buildScriptName: "storybook:build" exitZeroOnChanges: true