Skip to content

Commit 2d5a012

Browse files
committed
chore(CI): build library before docs
1 parent 8c0319b commit 2d5a012

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- run: bun install --frozen-lockfile
2323
- run: bun lint
2424

25+
- name: Build react-netlify-forms
26+
run: bun run build
27+
2528
- name: Build docs
2629
run: bun run docs:build
2730
env:

0 commit comments

Comments
 (0)