We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44efc5a commit ffd409cCopy full SHA for ffd409c
1 file changed
.github/workflows/github-ci.yml
@@ -85,6 +85,12 @@ jobs:
85
working-directory: internal/documentation
86
run: npm run generate-cli-doc
87
88
+ - name: Vitepress build
89
+ working-directory: internal/documentation
90
+ run: |
91
+ npm run build:vitepress
92
+ npm run build:assets
93
+
94
- name: Check shrinkwrap integrity
95
working-directory: internal/shrinkwrap-extractor
96
run: npm run test
0 commit comments