diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77625ea..b9b921c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: filters: | docs: - - 'docs/**' + - 'apps/docs/**' - 'libs/ui/**' nestjs: - 'apps/nestjs/**' diff --git a/README.md b/README.md index 7b86067..fc18ddb 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ - [x] setup tailwindcss in remix - [x] create shared ui lib - [x] setup Storybook in shared ui lib -- [ ] (?) build and deploy Storybook +- [x] build and deploy Storybook - [x] set unified path aliases for all apps and shared libs (done for `apps/`, because `libs/` probably don't need them anyway) - [x] add unused imports plugin to eslint -- [ ] research if it's worth using `turbo` +- [ ] research if it's worth using `turbo` - probably yes, to make it easier to run tasks that depend on each other - [ ] create diagram - [ ] setup renovate diff --git a/apps/docs/stories/card.stories.tsx b/apps/docs/stories/card.stories.tsx index 9698a7c..cf69f7e 100644 --- a/apps/docs/stories/card.stories.tsx +++ b/apps/docs/stories/card.stories.tsx @@ -13,7 +13,7 @@ export const Primary: Story = { render: props => Hello, name: 'Card', args: { - children: 'Hello', + children: 'Some card content', title: 'Card Title', href: '#some-link', },