We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfde57 commit dac2e80Copy full SHA for dac2e80
.github/workflows/website.yaml
@@ -43,10 +43,10 @@ jobs:
43
- name: Install pnpm
44
run:
45
npm install -g pnpm
46
- - name : pnpm store prune
47
- run: |
48
- pnpm store prune
49
- rm pnpm-lock.yaml
+ # - name : pnpm store prune
+ # run: |
+ # pnpm store prune
+ # rm pnpm-lock.yaml
50
- name: Install dependencies
51
run: pnpm install --registry=https://registry.npmjs.org/ --no-frozen-lockfile
52
- name: pnpm docs:build
0 commit comments