Skip to content

Commit 8c435e3

Browse files
committed
chore: remove storybook
1 parent 9e5dbd9 commit 8c435e3

File tree

10 files changed

+6391
-16896
lines changed

10 files changed

+6391
-16896
lines changed

.github/actions/build-storybook/action.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ updates:
1818
patterns:
1919
- "react*"
2020
- "*react"
21-
- "*react*"
22-
ignore:
23-
- dependency-name: "@storybook/*"
24-
- dependency-name: "storybook"
21+
- "*react*"

.github/workflows/main.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- uses: ./.github/actions/install
2929
- uses: ./.github/actions/lint
3030
- uses: ./.github/actions/build
31-
- uses: ./.github/actions/build-storybook
3231
- uses: ./.github/actions/test
3332

3433
Release-Please:
@@ -76,25 +75,3 @@ jobs:
7675
with:
7776
package: packages/use-parent-size
7877

79-
Publish-GH-Pages:
80-
needs: [Release-Please]
81-
82-
if: ${{ needs.Release-Please.outputs.timer_release_created || needs.Release-Please.outputs.use_parent_size_release_created }}
83-
84-
runs-on: ubuntu-latest
85-
86-
concurrency: Publish-GH-Pages
87-
88-
permissions:
89-
pages: write
90-
id-token: write
91-
92-
environment:
93-
name: github-pages
94-
url: ${{ steps.deployment.outputs.page_url }}
95-
96-
steps:
97-
- name: Deploy artifact to GitHub Pages
98-
uses: actions/deploy-pages@v4
99-
with:
100-
artifact_name: "github-pages"

.storybook/main.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

.storybook/preview.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ This monorepo contains configuration for VSCode editor. It doesn't mean that you
2525
2. To build monorepo use: `npm run build`
2626
3. To lint monorepo use: `npm run lint`
2727
4. To initialize pre-commit hooks use: `npm run prepare`
28-
5. To run storybook `npm run storybook`
2928

3029
## Workflow
3130

0 commit comments

Comments
 (0)