Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
🔥 Removed storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuboczoch committed Apr 12, 2022
1 parent 776f2f6 commit 49729b0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 204 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,4 @@ jobs:
path: |
.lighthouseci
!.lighthouseci/*.json
build-storybook:
name: Storybook Build
runs-on: ubuntu-latest
needs: [check-style, check-types]
timeout-minutes: 5
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Cache node_modules
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
- name: Build
run: yarn build-storybook
20 changes: 0 additions & 20 deletions .storybook/main.js

This file was deleted.

2 changes: 0 additions & 2 deletions .storybook/preview-head.html

This file was deleted.

60 changes: 0 additions & 60 deletions .storybook/preview.js

This file was deleted.

25 changes: 0 additions & 25 deletions .storybook/webpack.config.js

This file was deleted.

11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"start": "next start",
"export": "next export",
"contentful-typescript-codegen": "contentful-typescript-codegen --output @types/generated/contentful.d.ts",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"lighthouse-check": "lhci autorun",
"check-style": "eslint './{src,public}/**/*.{ts,tsx,js}'",
"check-types": "tsc --noEmit"
Expand All @@ -28,14 +26,6 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.4",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-docs": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/addon-viewport": "^6.1.21",
"@storybook/node-logger": "^6.1.21",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.1.21",
"@types/node": "^16.7.4",
"@types/react": "^17.0.6",
"@types/react-stickynode": "^3.0.1",
Expand All @@ -48,7 +38,6 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.4.0",
"file-loader": "^6.2.0",
"storybook-addon-emotion-theme": "^2.1.1",
"typescript": "^4.2.4"
}
}
71 changes: 0 additions & 71 deletions stories/button/buttons.stories.tsx

This file was deleted.

0 comments on commit 49729b0

Please sign in to comment.