Skip to content

Commit ffa5b39

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

File tree

72 files changed

+2241
-3215
lines changed

Some content is hidden

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

72 files changed

+2241
-3215
lines changed

.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)