diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04c294e..5bf47ec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b48799..54afa0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.**