ci(#10336): stabilize

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-04-02 14:59:19 +09:00
parent 9982ead9e6
commit 388ecfb1ea
8 changed files with 68 additions and 9 deletions

View File

@@ -35,6 +35,10 @@ jobs:
run: pnpm --filter frontend build-storybook
env:
NODE_OPTIONS: "--max_old_space_size=7168"
- name: Publish to Chromatic
run: "pnpm --filter frontend chromatic -d storybook-static || :"
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with: