Skip to content

Commit a7875f0

Browse files
committed
Build examples in CI
1 parent aec6cdf commit a7875f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ jobs:
5151

5252
- name: Build the project
5353
run: npm run build
54+
55+
- name: Build examples
56+
run: find examples -maxdepth 2 -type f -iname package.json -execdir "npm install && npm build" \;

0 commit comments

Comments
 (0)