Skip to content

Commit 2485cf9

Browse files
committed
chore: install deps before building example app
1 parent a65d9d0 commit 2485cf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
node-version: 18
3232
cache: 'yarn'
3333

34+
- name: Install Dependencies
35+
run: yarn install
36+
3437
- name: Build Example App
3538
run: yarn predeploy
3639

0 commit comments

Comments
 (0)