Skip to content

Commit 00c4eaf

Browse files
committed
Fixed building in release.yml
1 parent 20bf940 commit 00c4eaf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
- name: Install dependencies
2323
run: npm ci
2424

25+
- name: Build
26+
run: npm run build
27+
2528
- name: Run tests
2629
run: npm run test
2730

28-
- name: Build
29-
run: npm run build && npm run docs
31+
- name: Build docs
32+
run: npm run docs
3033

3134
- name: Generate changelog
3235
run: npx auto-changelog -p --stdout > RELEASE_NOTES.md

0 commit comments

Comments
 (0)