Skip to content

Commit

Permalink
Merge pull request #436 from nasa-jpl/fix/workflow-pnpm-i
Browse files Browse the repository at this point in the history
Update build-deploy-storybook.yml
  • Loading branch information
jamesray authored May 24, 2024
2 parents 1ce4e9d + 5c0aa61 commit 44dc6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'pnpm'

- name: Install dependencies 🧱
run: pnpm ci
run: pnpm i

- name: Build static Storybook 🛠
run: make html-storybook-build
Expand Down

0 comments on commit 44dc6db

Please sign in to comment.