From 5dd3e0b12152bddc955def7f4d01ee1661e2d454 Mon Sep 17 00:00:00 2001 From: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:23:28 -0500 Subject: [PATCH 1/2] Fix deploy --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) 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 From c8ede34056b8f5feb677f46017bde3df3dfdd2f9 Mon Sep 17 00:00:00 2001 From: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:30:33 -0500 Subject: [PATCH 2/2] add changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.**