Skip to content

Commit

Permalink
refactor: remove storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jun 1, 2021
1 parent 71a490f commit 6bcbabe
Show file tree
Hide file tree
Showing 17 changed files with 127 additions and 3,466 deletions.
2 changes: 0 additions & 2 deletions .env
@@ -1,4 +1,2 @@
REACT_APP_INFURA_KEY="4bf032f2d38a4ed6bb975b80d6340847"
REACT_APP_WALLETCONNECT_BRIDGE_URL="https://uniswap.bridge.walletconnect.org"
# Because we use storybook which has its own babel-loader dependency @ 8.2.2, where react-scripts uses 8.1.0
SKIP_PREFLIGHT_CHECK=true
16 changes: 0 additions & 16 deletions .storybook/main.ts

This file was deleted.

4 changes: 0 additions & 4 deletions .storybook/manager.ts

This file was deleted.

90 changes: 0 additions & 90 deletions .storybook/preview.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions .storybook/theme.ts

This file was deleted.

11 changes: 0 additions & 11 deletions package.json
Expand Up @@ -15,16 +15,6 @@
"@reach/portal": "^0.10.3",
"@react-hook/window-scroll": "^1.3.0",
"@reduxjs/toolkit": "^1.3.5",
"@storybook/addon-actions": "^6.1.17",
"@storybook/addon-essentials": "^6.1.17",
"@storybook/addon-links": "^6.1.17",
"@storybook/addons": "^6.1.17",
"@storybook/components": "^6.1.17",
"@storybook/preset-create-react-app": "^3.1.5",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.1.17",
"@storybook/theming": "^6.1.17",
"@styled-system/css": "^5.1.5",
"@typechain/ethers-v5": "^7.0.0",
"@types/jest": "^25.2.1",
"@types/lingui__core": "^2.7.1",
Expand Down Expand Up @@ -131,7 +121,6 @@
"integration-test": "start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run'",
"postinstall": "yarn compile-contract-types",
"start": "yarn compile-contract-types && react-scripts start",
"storybook": "start-storybook -p 6006",
"test": "react-scripts test --env=jsdom"
},
"eslintConfig": {
Expand Down
44 changes: 0 additions & 44 deletions src/components/Badge/Badge.stories.tsx

This file was deleted.

153 changes: 0 additions & 153 deletions src/components/Button/Button.stories.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/DoubleLogo/DoubleCurrencyLogo.stories.tsx

This file was deleted.

1 comment on commit 6bcbabe

@vercel
Copy link

@vercel vercel bot commented on 6bcbabe Jun 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.