Skip to content

Commit 47106af

Browse files
authored
fix(ci): build library before building docs (#28)
1 parent fa7cf3d commit 47106af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Install dependencies
4242
run: pnpm install --frozen-lockfile
4343

44+
- name: Build library
45+
run: pnpm build
46+
4447
- name: Build documentation
4548
run: pnpm docs:build
4649

0 commit comments

Comments
 (0)