Skip to content

Commit f09dea1

Browse files
authored
Update build.yml
1 parent a577c44 commit f09dea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
version: 'latest'
3838
- name: Install dependencies
39-
run: pnpm install && cd ./example pnpm install
39+
run: pnpm install && cd ./example && pnpm install
4040
- name: Build the project
4141
run: pnpm run build
4242
- name: Setup Pages

0 commit comments

Comments
 (0)