We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893142b commit 58b9f9bCopy full SHA for 58b9f9b
.github/workflows/examples.yml
@@ -34,10 +34,6 @@ jobs:
34
run: npm ci
35
working-directory: examples/${{ matrix.path }}
36
37
- - name: Build
38
- run: npm run build
39
- working-directory: examples/${{ matrix.path }}
40
-
41
- name: Test
42
run: npm run test --if-present
43
@@ -46,6 +42,10 @@ jobs:
46
run: npm run lint --if-present
47
48
44
45
+ - name: Build
+ run: npm run build
+ working-directory: examples/${{ matrix.path }}
+
49
templates:
50
runs-on: ubuntu-latest
51
strategy:
0 commit comments