We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd95902 commit e04180dCopy full SHA for e04180d
2 files changed
‎.github/workflows/pr.yml‎
@@ -24,3 +24,4 @@ jobs:
24
- run: yarn install --frozen-lockfile
25
- run: yarn prettier:check
26
- run: yarn build
27
+ - run: yarn storybook:build
‎.github/workflows/release.yml‎
@@ -21,7 +21,7 @@ jobs:
21
22
23
- - run: yarn build-storybook
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
0 commit comments