Skip to content

Commit 63e3da9

Browse files
author
Petr Konecny
committed
chore: fix action install example dependencies
1 parent d19613b commit 63e3da9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ runs:
3939
- name: Install Dependencies
4040
run: pnpm install --frozen-lockfile
4141
shell: bash
42+
- name: Install example dependencies
43+
run: cd example && pnpm install --frozen-lockfile
44+
shell: bash

0 commit comments

Comments
 (0)