Skip to content

Commit 3c7db99

Browse files
author
Renato Pozzi
committed
feat: add build step
1 parent 40fb72a commit 3c7db99

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
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install dependencies
2929
run: pnpm i
3030

31+
- name: Install dependencies
32+
run: pnpm run lib:build
33+
3134
- name: Semantic Release
3235
env:
3336
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)