We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8688178 commit c5c4747Copy full SHA for c5c4747
.github/workflows/actions.yml
@@ -32,3 +32,5 @@ jobs:
32
run: yarn build:lib
33
- name: Build documentation
34
run: yarn build
35
+ - name: Build examples
36
+ run: cd _examples/landingpage && yarn install && yarn build
0 commit comments