Skip to content

Commit 130d5a1

Browse files
committed
Update publish.yml
1 parent 45dcd10 commit 130d5a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install dependencies
2828
run: npm ci
2929

30+
- name: Build packages
31+
run: npm run build
32+
3033
- name: Publish to npm
3134
run: npm publish
3235
env:

0 commit comments

Comments
 (0)