Skip to content

Commit

Permalink
Merge pull request #1848 from plone/fix-storybook
Browse files Browse the repository at this point in the history
Attempt to fix Storybook build
  • Loading branch information
sneridagh authored Feb 7, 2025
2 parents 164cd26 + bcf57bd commit eb1c02a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:

- name: Enable corepack
shell: bash
run: corepack enable
run: |
npm i -g corepack@latest
corepack enable
- name: Get pnpm store directory
shell: bash
Expand Down

0 comments on commit eb1c02a

Please sign in to comment.