Skip to content

Commit 1736b47

Browse files
committed
fix: add build step to release workflow and update pnpm version
1 parent b9ada48 commit 1736b47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v3
2626
with:
27-
version: 9.14.2
27+
version: 10.6.1
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
@@ -36,6 +36,9 @@ jobs:
3636
- name: Install Dependencies
3737
run: pnpm install --no-frozen-lockfile
3838

39+
- name: Build Packages
40+
run: pnpm build
41+
3942
- name: Create Release Pull Request or Publish to npm
4043
id: changesets
4144
uses: changesets/action@v1

0 commit comments

Comments
 (0)