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