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 377634d commit c8dd19aCopy full SHA for c8dd19a
.github/workflows/ci.yml
@@ -26,15 +26,15 @@ jobs:
26
- name: Install packages
27
run: npm ci
28
29
+ - name: Build
30
+ run: npm run build
31
+
32
# No need to have the generated content up-to-date, but its content must be complete
33
- name: Verify documentation content
34
run: npm run docs:update
35
36
- name: Lint
37
run: npm run lint
38
- - name: Build
- run: npm run build
-
39
- name: Tests
40
run: npm run test:coverage -- --ci
0 commit comments