fix install (#9174)

This commit is contained in:
pngwn 2024-08-22 19:03:36 +01:00 committed by GitHub
parent 2b6cbf2590
commit 28136bbda7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,7 @@ runs:
shell: bash
run: pnpm build
- name: generate types
if: inputs.always_install_pnpm == 'true' || inputs.skip_build == 'false' || inputs.build_lite == 'true'
shell: bash
run: pnpm package
- name: Build frontend lite