We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82475fc commit 4043bc1Copy full SHA for 4043bc1
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,8 @@ jobs:
24
run: yarn install --frozen-lockfile
25
- name: Build package
26
run: npm run build --if-present
27
+ - name: Build documentation
28
+ run: yarn docs
29
- name: Run tests
30
run: npm test
31
- name: Release
0 commit comments