From fb5c9b8668bd202d728b141825be70707caa5ad9 Mon Sep 17 00:00:00 2001 From: Bernie Nicasio Date: Wed, 3 Jul 2024 09:44:20 -0400 Subject: [PATCH] ci: (DSO-2101) add private to npm config --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 16f295a..ac2015a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,8 @@ ] }, "npm": { - "publish": false + "publish": false, + "private": true }, "plugins": { "@release-it/conventional-changelog": {