Skip to content

Fix publish workflow to build before publishing - #101

Merged
ranyitz merged 1 commit into
mainfrom
fix/publish-workflow-add-build-step
Jan 26, 2026
Merged

Fix publish workflow to build before publishing#101
ranyitz merged 1 commit into
mainfrom
fix/publish-workflow-add-build-step

Conversation

@ranyitz

@ranyitz ranyitz commented Jan 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add missing pnpm build step to the publish workflow
  • Ensures TypeScript is compiled before npm publish runs

Why

The publish workflow was attempting to publish the package without first building it, which would result in missing compiled JavaScript files in the published package.

Add missing pnpm build step to ensure TypeScript is compiled
before npm publish runs.
@ranyitz
ranyitz merged commit a1960c3 into main Jan 26, 2026
4 checks passed
@ranyitz
ranyitz deleted the fix/publish-workflow-add-build-step branch January 26, 2026 21:05
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