Skip to content

Commit c64356c

Browse files
committed
ci: Enable building before publishing
1 parent f694434 commit c64356c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
yarn test
2222
- name: Release
2323
run: |
24+
yarn build
2425
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
2526
npx semantic-release
2627
env:

0 commit comments

Comments
 (0)