Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from reaviz/fix/body-scroll-lock-ios
Browse files Browse the repository at this point in the history
Fix body scroll lock on iOS
  • Loading branch information
amcdnl authored Mar 12, 2024
2 parents 0865298 + cdf1580 commit 4bbeb83
Show file tree
Hide file tree
Showing 6 changed files with 12,516 additions and 31,423 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Build Prod
run: yarn build
run: npm run build

- name: Build Storybook
run: yarn build-storybook
run: npm run build-storybook

5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Build Storybook
run: yarn build-storybook
run: npm run build-storybook

- name: Publish Storybook to GH Pages
if: success()
Expand All @@ -35,6 +35,3 @@ jobs:
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish Chromatic
run: yarn chromatic
6 changes: 3 additions & 3 deletions docs/Intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ presentation so the tools can be used with any visual presentation.
To use RDK in your project, install it via npm/yarn:

```
yarn add rdk
npm i rdk --save
```

## 🔭 Development

If you want to run RDK locally, its super easy!

- Clone the repo
- `yarn install`
- `yarn start`
- `npm i`
- `npm start`
- Browser opens to Storybook page
Loading

0 comments on commit 4bbeb83

Please sign in to comment.