From f044d6a3c815f611dbf0764d3cc387fb8e60a888 Mon Sep 17 00:00:00 2001 From: prosdev Date: Fri, 21 Nov 2025 01:34:01 -0800 Subject: [PATCH] chore: mark journey package as private to prevent publishing - 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 --- packages/journey/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/journey/package.json b/packages/journey/package.json index 7064fb8..a66b976 100644 --- a/packages/journey/package.json +++ b/packages/journey/package.json @@ -2,7 +2,7 @@ "name": "@lytics/playwright-journey", "version": "0.1.1", "description": "Journey-driven test generation and management (Lytics-specific workflow)", - "private": false, + "private": true, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": {