Skip to content

Commit 4db64fb

Browse files
committed
Add pnpm i
1 parent 5a7bac5 commit 4db64fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
scope: "@${{env.scope}}"
5252

5353
- name: Build Docs
54-
run: pnpm build
54+
run: pnpm i && pnpm build
5555

5656
- name: Download designer (v1)
5757
env:

0 commit comments

Comments
 (0)