Skip to content

Commit 7513900

Browse files
authored
chore(workflow): fix publish built contents (#762)
Description Build package before publishing
1 parent e573012 commit 7513900

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
run: |
3636
yarn install
3737
38+
- name: Build package
39+
run: |
40+
yarn build
41+
3842
- name: Publish
3943
run: |
4044
yarn npm publish --access public

0 commit comments

Comments
 (0)