Skip to content

Commit

Permalink
Merge pull request #47 from lad-tech/bye-storybook
Browse files Browse the repository at this point in the history
Bye storybook
  • Loading branch information
Bibazavr authored Jan 26, 2024
2 parents 77a98fb + a814e12 commit ad6c8f2
Show file tree
Hide file tree
Showing 311 changed files with 3,775 additions and 13,981 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
node: [ 20.11.x ]
steps:
- name: Check out Git repository # clone the repo to local ci workspace
uses: actions/checkout@v3.5.3
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
node: [ 20.11.x ]
steps:
- name: Check out Git repository # clone the repo to local ci workspace
uses: actions/checkout@v3.5.3
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
node: [ 20.11.x ]
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
Expand All @@ -20,9 +20,10 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- uses: actions/setup-node@v3
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node }}
registry-url: 'https://registry.npmjs.org'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
node: [ 20.11.x ]
steps:
- name: Check out Git repository # clone the repo to local ci workspace
uses: actions/checkout@v3.5.3
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ yarn-error.log

coverage
/test-report.xml
lib
/packages/**/lib/**
/env.json

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
.metro-health-check*
48 changes: 0 additions & 48 deletions .storybook/CenterView/index.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions .storybook/CenterView/stylesCreate.ts

This file was deleted.

12 changes: 0 additions & 12 deletions .storybook/index.ts

This file was deleted.

9 changes: 0 additions & 9 deletions .storybook/main.ts

This file was deleted.

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

This file was deleted.

164 changes: 0 additions & 164 deletions .storybook/stories/calendar/Calendar.stories.tsx

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/stories/calendar/index.ts

This file was deleted.

Loading

0 comments on commit ad6c8f2

Please sign in to comment.