diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index b8df6d07ca..d1542c5e7c 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -26,10 +26,10 @@ jobs: ## Build Storybook and extract component stories for Storybook aggregation. This will be used ## for Chromatic rebaselining and publishing to GH Pages. Should be before `yarn build` since ## built assets mess up this command + # removed yarn sb extract docs docs/stories.json because we were exceeding limit in CI, add back in once we find more space - name: Build Storybook run: | yarn build-storybook --quiet - yarn sb extract docs docs/stories.json ## Build for packaging. - name: Build