Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
GitHub Actions、build-storybook.yml で yarn を実行するよう修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
calmery committed Nov 5, 2020
1 parent 3639668 commit 602746d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn run build-storybook --no-dll
- run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 602746d

Please sign in to comment.