Skip to content

Commit ffa5b39

Browse files
authored
Merge pull request #67 from BeeInventor/develop
v1.8.4
2 parents 93a1ee9 + c509da7 commit ffa5b39

72 files changed

Lines changed: 2241 additions & 3215 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/workflows/build-storybook-demo.ymlβ€Ž

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: '16'
16+
- uses: pnpm/action-setup@v2
17+
with:
18+
version: ^7.33.3
1619
- name: Install and Build πŸ”§ # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
1720
run: |
18-
yarn install --frozen-lockfile
19-
yarn run build-storybook
21+
pnpm install --frozen-lockfile
22+
pnpm run build-storybook
2023
2124
- name: Deploy πŸš€
2225
uses: JamesIves/github-pages-deploy-action@v4

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ yarn-debug.log*
2323
yarn-error.log*
2424

2525
.npmrc
26+
/docs

β€Ždocs/0.aea44fec.iframe.bundle.jsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždocs/0.b73eaee9a88f178d62ed.manager.bundle.jsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždocs/1.f296d183a17268696d73.manager.bundle.jsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)