Skip to content

Commit c5c4747

Browse files
committed
Test landingpage example build in Github actions
1 parent 8688178 commit c5c4747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/actions.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ jobs:
3232
run: yarn build:lib
3333
- name: Build documentation
3434
run: yarn build
35+
- name: Build examples
36+
run: cd _examples/landingpage && yarn install && yarn build

0 commit comments

Comments
 (0)