Skip to content

Commit 2d31fd5

Browse files
committed
fix: fix npm tarball includes pnpm cache files
1 parent a2890da commit 2d31fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '17.x'
1717
- name: Install dependencies
1818
env:
19-
PNPM_CACHE_FOLDER: .pnpm-store
19+
PNPM_CACHE_FOLDER: ~/.pnpm-store
2020
run: |
2121
npm i pnpm@latest -g
2222
pnpm config set store-dir $PNPM_CACHE_FOLDER

0 commit comments

Comments
 (0)