chore(site): Upgrade storybook to 7.0.4 (#7127)

This commit is contained in:
Bruno Quaresma
2023-04-13 21:36:20 +00:00
committed by GitHub
parent 085330ad96
commit 17bb1a1ff1
217 changed files with 2333 additions and 5784 deletions
+6
View File
@@ -634,6 +634,9 @@ jobs:
- name: Publish to Chromatic (non-mainline)
if: github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
uses: chromaui/action@v1
env:
NODE_OPTIONS: "--max_old_space_size=4096"
STORYBOOK: true
with:
buildScriptName: "storybook:build"
exitOnceUploaded: true
@@ -651,6 +654,9 @@ jobs:
- name: Publish to Chromatic (mainline)
if: github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
uses: chromaui/action@v1
env:
NODE_OPTIONS: "--max_old_space_size=4096"
STORYBOOK: true
with:
autoAcceptChanges: true
buildScriptName: "storybook:build"