Skip to content

Commit 33dd251

Browse files
committed
add missing build step
1 parent c565856 commit 33dd251

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Tests
3333
run: pnpm test
3434

35+
- name: Build
36+
run: pnpm build
37+
3538
- name: Publish
3639
uses: JS-DevTools/npm-publish@v3
3740
with:

0 commit comments

Comments
 (0)