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 e2a1486 commit 6d42d3bCopy full SHA for 6d42d3b
.github/workflows/default.yml
@@ -78,6 +78,7 @@ jobs:
78
needs: [build-packages, init]
79
with:
80
version: ${{ needs.init.outputs.playwrightVersion }}
81
+
82
build-storybook-composition:
83
uses: ./.github/workflows/01-build-storybooks.yml
84
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
- storybook: storybook
+ storybook: composition-storybook
55
baseUrl: ${{ needs.init.outputs.baseUrl }}
56
57
build-storybook-angular:
0 commit comments