Skip to content

Commit

Permalink
Merge pull request #20 from ksv90/dev
Browse files Browse the repository at this point in the history
fix: create store directory
  • Loading branch information
ksv90 authored Feb 24, 2024
2 parents 88c350b + a4fe2f4 commit 9b6542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
run_install: false

- name: Set pnpm-store
run: export PNPM_HOME=./.pnpm-store
run: export PNPM_HOME=./.pnpm-store && mkdir -p .pnpm-store
shell: bash

- name: Cache pnpm-store
Expand Down

0 comments on commit 9b6542b

Please sign in to comment.