fix: add GHA init-env-node prep for @gitbutler/ui consumption

This commit is contained in:
ndom91 2024-06-28 13:05:06 +02:00
parent 007f3516fe
commit e96987307c
No known key found for this signature in database

View File

@ -33,3 +33,7 @@ runs:
- name: Install dependencies
shell: bash
run: pnpm install
- name: Build @gitbutler/ui
shell: bash
run: cd packages/ui && pnpm package