Skip to content

Commit dac2e80

Browse files
committed
ci: remove pnpm store prune
1 parent cdfde57 commit dac2e80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/website.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- name: Install pnpm
4444
run:
4545
npm install -g pnpm
46-
- name : pnpm store prune
47-
run: |
48-
pnpm store prune
49-
rm pnpm-lock.yaml
46+
# - name : pnpm store prune
47+
# run: |
48+
# pnpm store prune
49+
# rm pnpm-lock.yaml
5050
- name: Install dependencies
5151
run: pnpm install --registry=https://registry.npmjs.org/ --no-frozen-lockfile
5252
- name: pnpm docs:build

0 commit comments

Comments
 (0)