Skip to content

Commit ded6121

Browse files
committed
ci(release): add missing build step
1 parent 49b8e54 commit ded6121

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install
24+
- name: Build
25+
run: pnpm build
2426
- name: Publish
2527
run: npm publish
2628
env:

0 commit comments

Comments
 (0)