We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5721ef commit 8c98fb2Copy full SHA for 8c98fb2
.github/workflows/storybook.yml
@@ -17,8 +17,8 @@ jobs:
17
18
- name: Install and Build 🔧
19
run: | # Install npm packages and build the Storybook files
20
- npm ci
21
- npm run build-storybook
+ yarn install --frozen-lockfile
+ yarn build-storybook
22
23
- name: Deploy 🚀
24
# https://github.com/JamesIves/github-pages-deploy-action
0 commit comments