Skip to content

Commit 76d7c48

Browse files
committed
Configure pnpm
1 parent e9da24d commit 76d7c48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ jobs:
120120
virtualenvs-in-project: true
121121
installer-parallel: true
122122

123+
- name: Configure pnpm
124+
run: |
125+
pnpm config set auto-install-peers true
126+
pnpm config set exclude-links-from-lockfile true
127+
128+
- name: Install dependencies
129+
run: pnpm install --frozen-lockfile
130+
123131
- name: Create new versions
124132
run: pnpm run version
125133
env:

0 commit comments

Comments
 (0)