Skip to content

Commit b577398

Browse files
committed
Remove storybook
Unfortunately it has no support for ts-loader which is what I use :(
1 parent 480cd50 commit b577398

File tree

10 files changed

+12907
-47688
lines changed

10 files changed

+12907
-47688
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
env:
13-
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
1413
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
1514

1615
steps:
@@ -29,12 +28,6 @@ jobs:
2928
- name: Build
3029
run: npm run build
3130

32-
- name: Publish to Chromatic
33-
if: env.CHROMATIC_PROJECT_TOKEN != ''
34-
uses: chromaui/action@v1
35-
with:
36-
projectToken: ${{ env.CHROMATIC_PROJECT_TOKEN }}
37-
3831
- name: Run Fossa and upload data
3932
if: env.FOSSA_API_KEY != ''
4033
uses: fossa-contrib/fossa-action@v1

.storybook/main.js

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

.storybook/preview.js

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

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: ['@babel/preset-env', '@babel/preset-typescript', '@babel/preset-react']
3+
}

babel.config.json

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

0 commit comments

Comments
 (0)