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 20bf940 commit 00c4eafCopy full SHA for 00c4eaf
.github/workflows/release.yml
@@ -22,11 +22,14 @@ jobs:
22
- name: Install dependencies
23
run: npm ci
24
25
+ - name: Build
26
+ run: npm run build
27
+
28
- name: Run tests
29
run: npm run test
30
- - name: Build
- run: npm run build && npm run docs
31
+ - name: Build docs
32
+ run: npm run docs
33
34
- name: Generate changelog
35
run: npx auto-changelog -p --stdout > RELEASE_NOTES.md
0 commit comments