Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: test
run: pnpm test

- name: build
run: pnpm build

- name: publish
run: pnpm publish --access public --no-git-checks
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes will be documented in this file.

## [Unreleased]

## Changed

- The publish process now includes a build step so generated files are present at publish time.

## 4.0.0

**This release contains backwards-incompatible changes.**
Expand Down