Skip to content

Commit 4b42f7d

Browse files
fix(ci): run prepare before publish
1 parent ce60a05 commit 4b42f7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Publish package
1717
run: |
1818
yarn install --immutable
19+
yarn prepare
1920
yarn npm publish
2021
env:
2122
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)