Skip to content

Commit ffeca07

Browse files
committed
fix
1 parent c6e9a58 commit ffeca07

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ jobs:
2828
with:
2929
node-version: '18'
3030

31-
- name: Install pnpm
32-
run: |
33-
npm install -g pnpm@latest
34-
35-
- name: Install dependencies
36-
run: pnpm install --no-frozen-lockfile
31+
- name: Install pnpm
32+
run: |
33+
npm install -g pnpm@latest
34+
35+
- name: Install dependencies
36+
run: |
37+
cd demo
38+
pnpm install --no-frozen-lockfile
3739
3840
- name: Build
3941
run: |

0 commit comments

Comments
 (0)