Skip to content

Commit 9dab621

Browse files
authored
Fix release workflow (#30)
1 parent fbf580e commit 9dab621

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: npm install
2727

28+
- name: Build package
29+
run: npm build
30+
2831
- name: Publish package
2932
run: npm publish --provenance --access public

0 commit comments

Comments
 (0)