From f35082f47ba6749cf8c09b699c5d895b37566d9e Mon Sep 17 00:00:00 2001 From: fikyair Date: Tue, 6 Jul 2021 11:07:06 +0800 Subject: [PATCH] refactor: storybook config --- .github/workflows/chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index a683069f..1d5901d6 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -12,7 +12,7 @@ jobs: # Job steps steps: - uses: actions/checkout@v1 - - run: yarn + - run: npm rebuild node-sass && yarn #👇 Adds Chromatic as a step in the workflow - uses: chromaui/action@v1 # Options required for Chromatic's GitHub Action