Skip to content

fix: commit build artifacts for v11.0.22#314

Merged
avoidwork merged 1 commit into
masterfrom
fix/build-artifacts-2026-07-09T11-45-29Z
Jul 9, 2026
Merged

fix: commit build artifacts for v11.0.22#314
avoidwork merged 1 commit into
masterfrom
fix/build-artifacts-2026-07-09T11-45-29Z

Conversation

@avoidwork

Copy link
Copy Markdown
Owner

Description

Missing build artifacts from the v11.0.22 release. The build step was not run explicitly before the initial commit, resulting in missing dist files on master.

Changes

  • Build and commit dist artifacts (filesize.cjs, filesize.js, filesize.min.js, etc.)

Root Cause

The update-semver skill was executed but the explicit build step was skipped. The build only ran as part of the pre-commit hook, which doesn't persist the artifacts to the commit.

Fix

  • Checked out master
  • Ran npm run build explicitly
  • Committed the build artifacts
  • This PR

@avoidwork avoidwork self-assigned this Jul 9, 2026
@avoidwork avoidwork merged commit 3fa24e1 into master Jul 9, 2026
1 check passed
@avoidwork avoidwork deleted the fix/build-artifacts-2026-07-09T11-45-29Z branch July 9, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant