Skip to content

Commit d83a9f4

Browse files
committed
ci: add build step to release workflow
1 parent 3ee7c72 commit d83a9f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Install dependencies
4646
run: pnpm install --frozen-lockfile
4747

48+
- name: Build package
49+
run: pnpm build
50+
4851
- uses: actions/create-github-app-token@v2
4952
id: app-token
5053
with:

0 commit comments

Comments
 (0)