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 05516a0 commit b9b12ddCopy full SHA for b9b12dd
.github/workflows/package-ci.yml
@@ -34,6 +34,8 @@ jobs:
34
- id: build
35
name: Build the project
36
run: yarn build
37
+ - name: Build docs
38
+ run: yarn docs
39
- id: test
40
name: Test the project
41
run: yarn test:ci
0 commit comments