Skip to content

chore: mark journey package as private#19

Merged
prosdev merged 1 commit into
mainfrom
chore/mark-journey-private
Nov 21, 2025
Merged

chore: mark journey package as private#19
prosdev merged 1 commit into
mainfrom
chore/mark-journey-private

Conversation

@prosdev
Copy link
Copy Markdown
Contributor

@prosdev prosdev commented Nov 21, 2025

Summary

Marks the @lytics/playwright-journey package as private to prevent changesets from attempting to publish it.

Problem

The release workflow was failing because changesets was trying to publish @lytics/playwright-journey@0.1.1, but the package doesn't exist on npm yet (404 error). This caused the entire workflow to fail, preventing GitHub releases from being created.

Solution

Mark the package as private: true so changesets will skip it during publishing. This allows:

  • ✅ Release workflow to complete successfully
  • ✅ GitHub releases to be created automatically
  • ✅ Other packages to publish normally

Impact

  • The journey package will no longer be published to npm
  • Can be made public later when ready
  • Release workflow will succeed for other packages

- Set private: true to prevent changesets from attempting to publish
- Allows release workflow to succeed for other packages
- Journey package can be made public later when ready
@prosdev prosdev merged commit 97dc426 into main Nov 21, 2025
1 check passed
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.

2 participants