Skip to content

Commit b1d5ea9

Browse files
Adapt release workflow
1 parent 5127716 commit b1d5ea9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
NETLIFY_AUTH_TOKEN: ${{ secrets.RESPVIS_NETLIFY }}
4343
NETLIFY_SITE_ID: ${{ secrets.RESPVIS_NETLIFY_MASTER_DOCS_SITE_ID }}
4444
with:
45-
args: deploy --dir=storybook-static --prod
45+
args: deploy --dir=storybook-static --prod --filter respvis-core
4646
secrets: '["RESPVIS_NETLIFY", "RESPVIS_NETLIFY_MASTER_DOCS_SITE_ID"]'

src/storybook/stories/top-level-mdx/future-outlook.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {Meta} from "@storybook/blocks";
1818

1919
- Test removal of path aliases and working with workspace
2020
module resolution instead.
21+
- Add TSLint and Prettier to enforce naming conventions.
2122

2223

2324

@@ -33,3 +34,4 @@ import {Meta} from "@storybook/blocks";
3334
## Bugs
3435

3536
- Firefox: Fast resizing of charts with many data points leads to strange error log
37+
- Self-contained grouped bar chart example: Labels disappear partially on numeric filtering

0 commit comments

Comments
 (0)