From 32efdb24422e98fdb6a2a1ea50c1b90a305149e7 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Mon, 14 Aug 2023 18:07:02 +0300 Subject: [PATCH] fix: publish to public npm to avoid breaking CI (#38) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 06e7855..cd3281a 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "type": "git", "url": "git+https://github.com/openedx/openedx-atlas.git" }, + "publishConfig": { + "access": "public" + }, "bin": { "atlas": "./atlas" },