Skip to content

Commit 4043bc1

Browse files
committed
build: updated workflows
BREAKING CHANGE: This is a new version. BREAKING CHANGE: This is a new version.
1 parent 82475fc commit 4043bc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: yarn install --frozen-lockfile
2525
- name: Build package
2626
run: npm run build --if-present
27+
- name: Build documentation
28+
run: yarn docs
2729
- name: Run tests
2830
run: npm test
2931
- name: Release

0 commit comments

Comments
 (0)