We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec6cdf commit a7875f0Copy full SHA for a7875f0
.github/workflows/ci.yml
@@ -51,3 +51,6 @@ jobs:
51
52
- name: Build the project
53
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