Skip to content

Commit 91b2a98

Browse files
committed
fix(ci): add build packages script
1 parent d4e8c70 commit 91b2a98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ runs:
2020
run: yarn install
2121
shell: bash
2222

23+
- name: Build packages
24+
run: yarn build
25+
shell: bash
26+
2327
- name: Restore Turbo cache
2428
if: inputs.restore-turbo-cache == 'true'
2529
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5

0 commit comments

Comments
 (0)