From 8bd957cf6356f4b972c6b034ba083785d0ce186a Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Thu, 22 Dec 2022 11:50:29 -0500 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c36b7d3..fa6ce95f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "format": "lerna run format", "lint": "lerna run lint", "prepare": "husky install", - "release": "lerna publish", + "release": "lerna publish --no-private", "test:ci": "lerna run test:ci", "test:integration:ci": "lerna run test:integration:ci", "test:integration": "lerna run test:integration",