Skip to content

Commit 7b73d55

Browse files
committed
ci: add prepack script to CI
1 parent 710d3f9 commit 7b73d55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-templates.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ jobs:
174174
run: |
175175
yarn test
176176
177+
- name: Build library
178+
working-directory: ${{ env.work_dir }}
179+
run: |
180+
yarn prepack
181+
177182
- name: Build example (Web)
178183
working-directory: ${{ env.work_dir }}
179184
if: matrix.language == 'js'

0 commit comments

Comments
 (0)